#D5D3DB

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

Shades of Fog #D5D3DB

Tints of Fog #D5D3DB

Color information

#D5D3DB (or 0xD5D3DB) is unknown color: approx Fog. HEX triplet: D5, D3 and DB. RGB value is (213,211,219). Sum of RGB (Red+Green+Blue) = 213+211+219=643 (85% of max value = 765). Red value is 213 (83.59% from 255 or 33.13% from 643); Green value is 211 (82.81% from 255 or 32.81% from 643); Blue value is 219 (85.94% from 255 or 34.06% from 643); Max value from RGB is 219 - color contains mainly: blue. Hex color #D5D3DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5D3DB is #2A2C24. Grayscale: #D4D4D4. Windows color (decimal): -2763813 or 14406613. OLE color: 14406613.

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

Color convert

RGB213211219-
CMYK0.030.0400.14
HSL255º10%84.31%-
HSV(B)255º3.65%85.88%-
XYZ63.5265.8576.38-
YUV212.51131.66128.35-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 33.13%
GREEN value IS 211 (82.81% from 255) = 32.81%
BLUE value IS 219 (85.94% from 255) = 34.06%
R=33.13%
G=32.81%
B=34.06%

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
Decimal2132112190.030.0400.142551084.31
HexD5D3DB340Effa54
Octal3253233333401637712124
Binary11010101110100111101101111100011101111111110101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5D3DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5D3DB; }

 p { color: rgb(213,211,219); }

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

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

 a { background-color: rgb(213,211,219); }

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

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

 span { border-color: rgb(213,211,219); }

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