Color Hex Logo

#dcdbee Color Hex

#DCDBEE
(220,219,238)
0 Favorites   0 Comments

Color spaces of #dcdbee

RGB 220219238
HSL0.680.360.90
HSV243°93°
CMYK 0.080.080.00   0.07
XYZ70.279372.051791.0922
Yxy72.05170.30110.3087
Hunter Lab84.8833-0.7562-4.2086
CIE-Lab87.99353.8854-9.1542

#dcdbee color RGB value is (220,219,238).

#dcdbee hex color red value is 220, green value is 219 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #dcdbee hue: 0.68 , saturation: 0.36 and the lightness value of dcdbee is 0.90.

The process color (four color CMYK) of #dcdbee color hex is 0.08, 0.08, 0.00, 0.07. Web safe color of #dcdbee is #ccccff. Color #dcdbee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 11011011 11101110
Octal 334 333 356
Decimal 220 219 238
Hex DC DB EE

RGB Percentages of Color #dcdbee

%32.50
%32.35
%35.16

CMYK Percentages of Color #dcdbee

%8
%8
%0
%7

Triadic Colors of #dcdbee

#dcdbee #eedcdb #dbeedc

Analogous Colors of #dcdbee

#dcdbee #e6dbee #dbe4ee

Monochromatic Colors of #dcdbee

#dcdbee

Complementary Color

#dcdbee #edeedb

#dcdbee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcdbee Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcdbee Color CSS Codes

.mybgcolor {background-color:#dcdbee; } 
.myforecolor {color:#dcdbee; }
.mybordercolor {border:3px solid #dcdbee; }

#dcdbee Text Font Color

<p style="color:#dcdbee">Text here</p>

This sample text font color is #dcdbee
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#dcdbee Background Color

<div style="background-color:#dcdbee">
Div content here</div>

This div background color is #dcdbee


#dcdbee Border Color

<div style="border:3px solid #dcdbee">
Div here</div>

This div border color is #dcdbee


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(220,219,238, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #dcdbee; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #dcdbee;
  -webkit-box-shadow: 1px 1px 3px 2px #dcdbee;
  box-shadow:         1px 1px 3px 2px #dcdbee; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(220,219,238, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #dcdbee">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #dcdbee;
  -webkit-box-shadow: 1px 1px 3px 2px #dcdbee;
  box-shadow:         1px 1px 3px 2px #dcdbee;">
Div content here</div>

This div box has shadow with color #dcdbee


Comments

No comments written yet.

Please login to write comment.