#D7D3DC

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

Shades of Fog #D7D3DC

Tints of Fog #D7D3DC

Color information

#D7D3DC (or 0xD7D3DC) is unknown color: approx Fog. HEX triplet: D7, D3 and DC. RGB value is (215,211,220). Sum of RGB (Red+Green+Blue) = 215+211+220=646 (85% of max value = 765). Red value is 215 (84.38% from 255 or 33.28% from 646); Green value is 211 (82.81% from 255 or 32.66% from 646); Blue value is 220 (86.33% from 255 or 34.06% from 646); Max value from RGB is 220 - color contains mainly: blue. Hex color #D7D3DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D7D3DC is #282C23. Grayscale: #D5D5D5. Windows color (decimal): -2632740 or 14472151. OLE color: 14472151.

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

Color convert

RGB215211220-
CMYK0.020.0400.14
HSL266.67º11.39%84.51%-
HSV(B)266.67º4.09%86.27%-
XYZ64.2466.277.1-
YUV213.22131.83129.27-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 33.28%
GREEN value IS 211 (82.81% from 255) = 32.66%
BLUE value IS 220 (86.33% from 255) = 34.06%
R=33.28%
G=32.66%
B=34.06%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2152112200.020.0400.14266.6711.3984.51
HexD7D3DC240E10bb55
Octal3273233342401641313125
Binary110101111101001111011100101000111010000101110111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7D3DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7D3DC; }

 p { color: rgb(215,211,220); }

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

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

 a { background-color: rgb(215,211,220); }

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

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

 span { border-color: rgb(215,211,220); }

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