#D0CAE4

Color #D0CAE4 Fog (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fog #D0CAE4

Tints of Fog #D0CAE4

Color information

#D0CAE4 (or 0xD0CAE4) is unknown color: approx Fog. HEX triplet: D0, CA and E4. RGB value is (208,202,228). Sum of RGB (Red+Green+Blue) = 208+202+228=638 (84% of max value = 765). Red value is 208 (81.64% from 255 or 32.60% from 638); Green value is 202 (79.30% from 255 or 31.66% from 638); Blue value is 228 (89.45% from 255 or 35.74% from 638); Max value from RGB is 228 - color contains mainly: blue. Hex color #D0CAE4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0CAE4 is #2F351B. Grayscale: #CECECE. Windows color (decimal): -3093788 or 14994128. OLE color: 14994128.

HSL color Cylindrical-coordinate representation of color #D0CAE4: hue angle of 253.85º degrees, saturation: 0.32, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #D0CAE4 is Cyan = 0.09, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB208202228-
CMYK0.090.1100.11
HSL253.85º32.5%84.31%-
HSV(B)253.85º11.4%89.41%-
XYZ61.1461.2582-
YUV206.76139.99128.89-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 208 (81.64% from 255) = 32.60%
GREEN value IS 202 (79.30% from 255) = 31.66%
BLUE value IS 228 (89.45% from 255) = 35.74%
R=32.60%
G=31.66%
B=35.74%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2082022280.090.1100.11253.8532.584.31
HexD0CAE49B0Bfe2054
Octal320312344111301337640124
Binary1101000011001010111001001001101101011111111101000001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0CAE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0CAE4; }

 p { color: rgb(208,202,228); }

 H1.HeaderClassName
 {
   color: #D0CAE4;
 }
 .AnyTagClassName
 {
   color: #D0CAE4;
 }
</style>
background-color css

<style>
 a { background-color: #D0CAE4; }

 a { background-color: rgb(208,202,228); }

 div.DivClassName
 {
   background-color: #D0CAE4;
 }
 .BgClassName
 {
   background-color: #D0CAE4;
 }
</style>
border-color css

<style>
 span { border-color: #D0CAE4; }

 span { border-color: rgb(208,202,228); }

 td.TdClassName
 {
   border-color: #D0CAE4;
 }
 .TagClassName
 {
   border-color: #D0CAE4;
 }
</style>