#D2CBDE

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

Shades of Fog #D2CBDE

Tints of Fog #D2CBDE

Color information

#D2CBDE (or 0xD2CBDE) is unknown color: approx Fog. HEX triplet: D2, CB and DE. RGB value is (210,203,222). Sum of RGB (Red+Green+Blue) = 210+203+222=635 (84% of max value = 765). Red value is 210 (82.42% from 255 or 33.07% from 635); Green value is 203 (79.69% from 255 or 31.97% from 635); Blue value is 222 (87.11% from 255 or 34.96% from 635); Max value from RGB is 222 - color contains mainly: blue. Hex color #D2CBDE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D2CBDE is #2D3421. Grayscale: #CFCFCF. Windows color (decimal): -2962466 or 14601170. OLE color: 14601170.

HSL color Cylindrical-coordinate representation of color #D2CBDE: hue angle of 262.11º degrees, saturation: 0.22, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #D2CBDE is Cyan = 0.05, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB210203222-
CMYK0.050.0900.13
HSL262.11º22.35%83.33%-
HSV(B)262.11º8.56%87.06%-
XYZ61.1261.6977.79-
YUV207.26136.32129.96-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 33.07%
GREEN value IS 203 (79.69% from 255) = 31.97%
BLUE value IS 222 (87.11% from 255) = 34.96%
R=33.07%
G=31.97%
B=34.96%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2102032220.050.0900.13262.1122.3583.33
HexD2CBDE590D1061653
Octal32231333651101540626123
Binary110100101100101111011110101100101101100000110101101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2CBDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2CBDE; }

 p { color: rgb(210,203,222); }

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

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

 a { background-color: rgb(210,203,222); }

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

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

 span { border-color: rgb(210,203,222); }

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