Color Hex Logo

#dccef1 Color Hex

#DCCEF1
(220,206,241)
0 Favorites   0 Comments

Color spaces of #dccef1

RGB 220206241
HSL0.730.560.88
HSV264°15°95°
CMYK 0.090.150.00   0.05
XYZ67.463765.709192.3465
Yxy65.70910.29910.2914
Hunter Lab81.06116.7008-10.8016
CIE-Lab84.847811.3239-15.4388

#dccef1 color RGB value is (220,206,241).

#dccef1 hex color red value is 220, green value is 206 and the blue value of its RGB is 241. Cylindrical-coordinate representations (also known as HSL) of color #dccef1 hue: 0.73 , saturation: 0.56 and the lightness value of dccef1 is 0.88.

The process color (four color CMYK) of #dccef1 color hex is 0.09, 0.15, 0.00, 0.05. Web safe color of #dccef1 is #ccccff. Color #dccef1 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 11001110 11110001
Octal 334 316 361
Decimal 220 206 241
Hex DC CE F1

RGB Percentages of Color #dccef1

%32.98
%30.88
%36.13

CMYK Percentages of Color #dccef1

%9
%15
%0
%5

Triadic Colors of #dccef1

#dccef1 #f1dcce #cef1dc

Analogous Colors of #dccef1

#dccef1 #eecef1 #ced2f1

Monochromatic Colors of #dccef1

#dccef1

Complementary Color

#dccef1 #e3f1ce

#dccef1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dccef1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dccef1 Color CSS Codes

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

#dccef1 Text Font Color

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

This sample text font color is #dccef1
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.


#dccef1 Background Color

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

This div background color is #dccef1


#dccef1 Border Color

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

This div border color is #dccef1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dccef1


Comments

No comments written yet.

Please login to write comment.