#D0CBE0

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

Shades of Fog #D0CBE0

Tints of Fog #D0CBE0

Color information

#D0CBE0 (or 0xD0CBE0) is unknown color: approx Fog. HEX triplet: D0, CB and E0. RGB value is (208,203,224). Sum of RGB (Red+Green+Blue) = 208+203+224=635 (84% of max value = 765). Red value is 208 (81.64% from 255 or 32.76% from 635); Green value is 203 (79.69% from 255 or 31.97% from 635); Blue value is 224 (87.89% from 255 or 35.28% from 635); Max value from RGB is 224 - color contains mainly: blue. Hex color #D0CBE0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0CBE0 is #2F341F. Grayscale: #CECECE. Windows color (decimal): -3093536 or 14732240. OLE color: 14732240.

HSL color Cylindrical-coordinate representation of color #D0CBE0: hue angle of 254.29º degrees, saturation: 0.25, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #D0CBE0 is Cyan = 0.07, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB208203224-
CMYK0.070.0900.12
HSL254.29º25.3%83.73%-
HSV(B)254.29º9.38%87.84%-
XYZ60.8261.579.19-
YUV206.89137.66128.79-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 32.76%
GREEN value IS 203 (79.69% from 255) = 31.97%
BLUE value IS 224 (87.89% from 255) = 35.28%
R=32.76%
G=31.97%
B=35.28%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2082032240.070.0900.12254.2925.383.73
HexD0CBE0790Cfe1954
Octal32031334071101437631124
Binary11010000110010111110000011110010110011111110110011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0CBE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0CBE0; }

 p { color: rgb(208,203,224); }

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

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

 a { background-color: rgb(208,203,224); }

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

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

 span { border-color: rgb(208,203,224); }

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