#D4D0DC

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

Shades of Fog #D4D0DC

Tints of Fog #D4D0DC

Color information

#D4D0DC (or 0xD4D0DC) is unknown color: approx Fog. HEX triplet: D4, D0 and DC. RGB value is (212,208,220). Sum of RGB (Red+Green+Blue) = 212+208+220=640 (84% of max value = 765). Red value is 212 (83.20% from 255 or 33.12% from 640); Green value is 208 (81.64% from 255 or 32.5% from 640); Blue value is 220 (86.33% from 255 or 34.38% from 640); Max value from RGB is 220 - color contains mainly: blue. Hex color #D4D0DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D4D0DC is #2B2F23. Grayscale: #D2D2D2. Windows color (decimal): -2830116 or 14471380. OLE color: 14471380.

HSL color Cylindrical-coordinate representation of color #D4D0DC: hue angle of 260º degrees, saturation: 0.15, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #D4D0DC is Cyan = 0.04, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB212208220-
CMYK0.040.0500.14
HSL260º14.63%83.92%-
HSV(B)260º5.45%86.27%-
XYZ62.6364.2876.82-
YUV210.56133.33129.02-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 33.12%
GREEN value IS 208 (81.64% from 255) = 32.5%
BLUE value IS 220 (86.33% from 255) = 34.38%
R=33.12%
G=32.5%
B=34.38%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2122082200.040.0500.1426014.6383.92
HexD4D0DC450E104f54
Octal3243203344501640417124
Binary1101010011010000110111001001010111010000010011111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4D0DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4D0DC; }

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

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

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

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

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

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

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

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