#D4D2DC

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

Shades of Fog #D4D2DC

Tints of Fog #D4D2DC

Color information

#D4D2DC (or 0xD4D2DC) is unknown color: approx Fog. HEX triplet: D4, D2 and DC. RGB value is (212,210,220). Sum of RGB (Red+Green+Blue) = 212+210+220=642 (85% of max value = 765). Red value is 212 (83.20% from 255 or 33.02% from 642); Green value is 210 (82.42% from 255 or 32.71% from 642); Blue value is 220 (86.33% from 255 or 34.27% from 642); Max value from RGB is 220 - color contains mainly: blue. Hex color #D4D2DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D4D2DC is #2B2D23. Grayscale: #D3D3D3. Windows color (decimal): -2829604 or 14471892. OLE color: 14471892.

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

Color convert

RGB212210220-
CMYK0.040.0500.14
HSL252º12.5%84.31%-
HSV(B)252º4.55%86.27%-
XYZ63.1265.2676.98-
YUV211.74132.66128.19-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 33.02%
GREEN value IS 210 (82.42% from 255) = 32.71%
BLUE value IS 220 (86.33% from 255) = 34.27%
R=33.02%
G=32.71%
B=34.27%

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
Decimal2122102200.040.0500.1425212.584.31
HexD4D2DC450Efcc54
Octal3243223344501637414124
Binary110101001101001011011100100101011101111110011001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4D2DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4D2DC; }

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

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

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

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

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

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

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

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