Color Hex Logo

#dccfeb Color Hex

#DCCFEB
(220,207,235)
0 Favorites   0 Comments

Color spaces of #dccfeb

RGB 220207235
HSL0.740.410.87
HSV268°12°92°
CMYK 0.060.120.00   0.08
XYZ66.823465.839487.7836
Yxy65.83940.30310.2987
Hunter Lab81.14155.0046-7.3444
CIE-Lab84.91449.6212-12.1531

#dccfeb color RGB value is (220,207,235).

#dccfeb hex color red value is 220, green value is 207 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #dccfeb hue: 0.74 , saturation: 0.41 and the lightness value of dccfeb is 0.87.

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11001111 11101011
Octal 334 317 353
Decimal 220 207 235
Hex DC CF EB

RGB Percentages of Color #dccfeb

%33.23
%31.27
%35.50

CMYK Percentages of Color #dccfeb

%6
%12
%0
%8

Triadic Colors of #dccfeb

#dccfeb #ebdccf #cfebdc

Analogous Colors of #dccfeb

#dccfeb #eacfeb #cfd0eb

Monochromatic Colors of #dccfeb

#dccfeb

Complementary Color

#dccfeb #deebcf

#dccfeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dccfeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#dccfeb Color CSS Codes

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

#dccfeb Text Font Color

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

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


#dccfeb Background Color

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

This div background color is #dccfeb


#dccfeb Border Color

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

This div border color is #dccfeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dccfeb


Comments

No comments written yet.

Please login to write comment.