#D0CDD4

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

Shades of Fog #D0CDD4

Tints of Fog #D0CDD4

Color information

#D0CDD4 (or 0xD0CDD4) is unknown color: approx Fog. HEX triplet: D0, CD and D4. RGB value is (208,205,212). Sum of RGB (Red+Green+Blue) = 208+205+212=625 (82% of max value = 765). Red value is 208 (81.64% from 255 or 33.28% from 625); Green value is 205 (80.47% from 255 or 32.8% from 625); Blue value is 212 (83.20% from 255 or 33.92% from 625); Max value from RGB is 212 - color contains mainly: blue. Hex color #D0CDD4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0CDD4 is #2F322B. Grayscale: #CECECE. Windows color (decimal): -3093036 or 13946320. OLE color: 13946320.

HSL color Cylindrical-coordinate representation of color #D0CDD4: hue angle of 265.71º degrees, saturation: 0.08, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #D0CDD4 is Cyan = 0.02, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB208205212-
CMYK0.020.0300.17
HSL265.71º7.53%81.76%-
HSV(B)265.71º3.3%83.14%-
XYZ59.7361.8371.07-
YUV206.7130.99128.93-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 33.28%
GREEN value IS 205 (80.47% from 255) = 32.8%
BLUE value IS 212 (83.20% from 255) = 33.92%
R=33.28%
G=32.8%
B=33.92%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2082052120.020.0300.17265.717.5381.76
HexD0CDD42301110a852
Octal3203153242302141210122
Binary110100001100110111010100101101000110000101010001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0CDD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0CDD4; }

 p { color: rgb(208,205,212); }

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

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

 a { background-color: rgb(208,205,212); }

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

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

 span { border-color: rgb(208,205,212); }

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