#D0CBD6

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

Shades of Fog #D0CBD6

Tints of Fog #D0CBD6

Color information

#D0CBD6 (or 0xD0CBD6) is unknown color: approx Fog. HEX triplet: D0, CB and D6. RGB value is (208,203,214). Sum of RGB (Red+Green+Blue) = 208+203+214=625 (82% of max value = 765). Red value is 208 (81.64% from 255 or 33.28% from 625); Green value is 203 (79.69% from 255 or 32.48% from 625); Blue value is 214 (83.98% from 255 or 34.24% from 625); Max value from RGB is 214 - color contains mainly: blue. Hex color #D0CBD6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0CBD6 is #2F3429. Grayscale: #CDCDCD. Windows color (decimal): -3093546 or 14076880. OLE color: 14076880.

HSL color Cylindrical-coordinate representation of color #D0CBD6: hue angle of 267.27º degrees, saturation: 0.12, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #D0CBD6 is Cyan = 0.03, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB208203214-
CMYK0.030.0500.16
HSL267.27º11.83%81.76%-
HSV(B)267.27º5.14%83.92%-
XYZ59.5160.9872.25-
YUV205.75132.66129.61-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 33.28%
GREEN value IS 203 (79.69% from 255) = 32.48%
BLUE value IS 214 (83.98% from 255) = 34.24%
R=33.28%
G=32.48%
B=34.24%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2082032140.030.0500.16267.2711.8381.76
HexD0CBD63501010bc52
Octal3203133263502041314122
Binary1101000011001011110101101110101000010000101111001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0CBD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0CBD6; }

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

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

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

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

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

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

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

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