#D4D1DC

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

Shades of Fog #D4D1DC

Tints of Fog #D4D1DC

Color information

#D4D1DC (or 0xD4D1DC) is unknown color: approx Fog. HEX triplet: D4, D1 and DC. RGB value is (212,209,220). Sum of RGB (Red+Green+Blue) = 212+209+220=641 (84% of max value = 765). Red value is 212 (83.20% from 255 or 33.07% from 641); Green value is 209 (82.03% from 255 or 32.61% from 641); Blue value is 220 (86.33% from 255 or 34.32% from 641); Max value from RGB is 220 - color contains mainly: blue. Hex color #D4D1DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D4D1DC is #2B2E23. Grayscale: #D3D3D3. Windows color (decimal): -2829860 or 14471636. OLE color: 14471636.

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

Color convert

RGB212209220-
CMYK0.040.0500.14
HSL256.36º13.58%84.12%-
HSV(B)256.36º5%86.27%-
XYZ62.8764.7776.9-
YUV211.15132.99128.61-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 33.07%
GREEN value IS 209 (82.03% from 255) = 32.61%
BLUE value IS 220 (86.33% from 255) = 34.32%
R=33.07%
G=32.61%
B=34.32%

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
Decimal2122092200.040.0500.14256.3613.5884.12
HexD4D1DC450E100e54
Octal3243213344501640016124
Binary1101010011010001110111001001010111010000000011101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4D1DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4D1DC; }

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

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

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

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

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

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

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

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