#D4D1D8

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

Shades of Fog #D4D1D8

Tints of Fog #D4D1D8

Color information

#D4D1D8 (or 0xD4D1D8) is unknown color: approx Fog. HEX triplet: D4, D1 and D8. RGB value is (212,209,216). Sum of RGB (Red+Green+Blue) = 212+209+216=637 (84% of max value = 765). Red value is 212 (83.20% from 255 or 33.28% from 637); Green value is 209 (82.03% from 255 or 32.81% from 637); Blue value is 216 (84.77% from 255 or 33.91% from 637); Max value from RGB is 216 - color contains mainly: blue. Hex color #D4D1D8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D4D1D8 is #2B2E27. Grayscale: #D2D2D2. Windows color (decimal): -2829864 or 14209492. OLE color: 14209492.

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

Color convert

RGB212209216-
CMYK0.020.0300.15
HSL265.71º8.24%83.33%-
HSV(B)265.71º3.24%84.71%-
XYZ62.3564.5674.14-
YUV210.7130.99128.93-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 33.28%
GREEN value IS 209 (82.03% from 255) = 32.81%
BLUE value IS 216 (84.77% from 255) = 33.91%
R=33.28%
G=32.81%
B=33.91%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2122092160.020.0300.15265.718.2483.33
HexD4D1D8230F10a853
Octal3243213302301741210123
Binary11010100110100011101100010110111110000101010001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4D1D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4D1D8; }

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

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

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

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

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

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

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

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