#D0CBD5

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

Shades of Fog #D0CBD5

Tints of Fog #D0CBD5

Color information

#D0CBD5 (or 0xD0CBD5) is unknown color: approx Fog. HEX triplet: D0, CB and D5. RGB value is (208,203,213). Sum of RGB (Red+Green+Blue) = 208+203+213=624 (82% of max value = 765). Red value is 208 (81.64% from 255 or 33.33% from 624); Green value is 203 (79.69% from 255 or 32.53% from 624); Blue value is 213 (83.59% from 255 or 34.13% from 624); Max value from RGB is 213 - color contains mainly: blue. Hex color #D0CBD5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0CBD5 is #2F342A. Grayscale: #CDCDCD. Windows color (decimal): -3093547 or 14011344. OLE color: 14011344.

HSL color Cylindrical-coordinate representation of color #D0CBD5: hue angle of 270º degrees, saturation: 0.11, 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 #D0CBD5 is Cyan = 0.02, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB208203213-
CMYK0.020.0500.16
HSL270º10.64%81.57%-
HSV(B)270º4.69%83.53%-
XYZ59.3860.9371.58-
YUV205.64132.16129.69-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 33.33%
GREEN value IS 203 (79.69% from 255) = 32.53%
BLUE value IS 213 (83.59% from 255) = 34.13%
R=33.33%
G=32.53%
B=34.13%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2082032130.020.0500.1627010.6481.57
HexD0CBD52501010eb52
Octal3203133252502041613122
Binary1101000011001011110101011010101000010000111010111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0CBD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0CBD5; }

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

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

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

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

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

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

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

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