#D3C9DF

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

Shades of Fog #D3C9DF

Tints of Fog #D3C9DF

Color information

#D3C9DF (or 0xD3C9DF) is unknown color: approx Fog. HEX triplet: D3, C9 and DF. RGB value is (211,201,223). Sum of RGB (Red+Green+Blue) = 211+201+223=635 (84% of max value = 765). Red value is 211 (82.81% from 255 or 33.23% from 635); Green value is 201 (78.91% from 255 or 31.65% from 635); Blue value is 223 (87.5% from 255 or 35.12% from 635); Max value from RGB is 223 - color contains mainly: blue. Hex color #D3C9DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D3C9DF is #2C3620. Grayscale: #CECECE. Windows color (decimal): -2897441 or 14666195. OLE color: 14666195.

HSL color Cylindrical-coordinate representation of color #D3C9DF: hue angle of 267.27º degrees, saturation: 0.26, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #D3C9DF is Cyan = 0.05, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB211201223-
CMYK0.050.1000.13
HSL267.27º25.58%83.14%-
HSV(B)267.27º9.87%87.45%-
XYZ61.0760.9578.36-
YUV206.5137.31131.21-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 33.23%
GREEN value IS 201 (78.91% from 255) = 31.65%
BLUE value IS 223 (87.5% from 255) = 35.12%
R=33.23%
G=31.65%
B=35.12%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2112012230.050.1000.13267.2725.5883.14
HexD3C9DF5A0D10b1a53
Octal32331133751201541332123
Binary110100111100100111011111101101001101100001011110101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3C9DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3C9DF; }

 p { color: rgb(211,201,223); }

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

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

 a { background-color: rgb(211,201,223); }

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

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

 span { border-color: rgb(211,201,223); }

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