#D4D2DB

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

Shades of Fog #D4D2DB

Tints of Fog #D4D2DB

Color information

#D4D2DB (or 0xD4D2DB) is unknown color: approx Fog. HEX triplet: D4, D2 and DB. RGB value is (212,210,219). Sum of RGB (Red+Green+Blue) = 212+210+219=641 (84% of max value = 765). Red value is 212 (83.20% from 255 or 33.07% from 641); Green value is 210 (82.42% from 255 or 32.76% from 641); Blue value is 219 (85.94% from 255 or 34.17% from 641); Max value from RGB is 219 - color contains mainly: blue. Hex color #D4D2DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D4D2DB is #2B2D24. Grayscale: #D3D3D3. Windows color (decimal): -2829605 or 14406356. OLE color: 14406356.

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

Color convert

RGB212210219-
CMYK0.030.0400.14
HSL253.33º11.11%84.12%-
HSV(B)253.33º4.11%85.88%-
XYZ62.9865.276.28-
YUV211.62132.16128.27-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 33.07%
GREEN value IS 210 (82.42% from 255) = 32.76%
BLUE value IS 219 (85.94% from 255) = 34.17%
R=33.07%
G=32.76%
B=34.17%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2122102190.030.0400.14253.3311.1184.12
HexD4D2DB340Efdb54
Octal3243223333401637513124
Binary11010100110100101101101111100011101111110110111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4D2DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4D2DB; }

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

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

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

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

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

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

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

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