#D4CBE0

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

Shades of Fog #D4CBE0

Tints of Fog #D4CBE0

Color information

#D4CBE0 (or 0xD4CBE0) is unknown color: approx Fog. HEX triplet: D4, CB and E0. RGB value is (212,203,224). Sum of RGB (Red+Green+Blue) = 212+203+224=639 (84% of max value = 765). Red value is 212 (83.20% from 255 or 33.18% from 639); Green value is 203 (79.69% from 255 or 31.77% from 639); Blue value is 224 (87.89% from 255 or 35.05% from 639); Max value from RGB is 224 - color contains mainly: blue. Hex color #D4CBE0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D4CBE0 is #2B341F. Grayscale: #D0D0D0. Windows color (decimal): -2831392 or 14732244. OLE color: 14732244.

HSL color Cylindrical-coordinate representation of color #D4CBE0: hue angle of 265.71º 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 #D4CBE0 is Cyan = 0.05, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB212203224-
CMYK0.050.0900.12
HSL265.71º25.3%83.73%-
HSV(B)265.71º9.38%87.84%-
XYZ61.9662.0979.24-
YUV208.08136.98130.79-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 33.18%
GREEN value IS 203 (79.69% from 255) = 31.77%
BLUE value IS 224 (87.89% from 255) = 35.05%
R=33.18%
G=31.77%
B=35.05%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2122032240.050.0900.12265.7125.383.73
HexD4CBE0590C10a1954
Octal32431334051101441231124
Binary110101001100101111100000101100101100100001010110011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4CBE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4CBE0; }

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

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

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

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

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

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

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

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