Color Hex Logo

#d0cffb Color Hex

#D0CFFB
(208,207,251)
0 Favorites   0 Comments

Color spaces of #d0cffb

RGB 208207251
HSL0.670.850.90
HSV241°18°98°
CMYK 0.170.180.00   0.02
XYZ65.737865.0006100.3484
Yxy65.00060.28450.2813
Hunter Lab80.62294.4540-17.3600
CIE-Lab84.48409.0555-21.3833

#d0cffb color RGB value is (208,207,251).

#d0cffb hex color red value is 208, green value is 207 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #d0cffb hue: 0.67 , saturation: 0.85 and the lightness value of d0cffb is 0.90.

The process color (four color CMYK) of #d0cffb color hex is 0.17, 0.18, 0.00, 0.02. Web safe color of #d0cffb is #ccccff. Color #d0cffb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010000 11001111 11111011
Octal 320 317 373
Decimal 208 207 251
Hex D0 CF FB

RGB Percentages of Color #d0cffb

%31.23
%31.08
%37.69

CMYK Percentages of Color #d0cffb

%17
%18
%0
%2

Triadic Colors of #d0cffb

#d0cffb #fbd0cf #cffbd0

Analogous Colors of #d0cffb

#d0cffb #e6cffb #cfe4fb

Monochromatic Colors of #d0cffb

#d0cffb

Complementary Color

#d0cffb #fafbcf

#d0cffb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d0cffb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d0cffb Color CSS Codes

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

#d0cffb Text Font Color

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

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


#d0cffb Background Color

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

This div background color is #d0cffb


#d0cffb Border Color

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

This div border color is #d0cffb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d0cffb


Comments

No comments written yet.

Please login to write comment.