#D9C8E5

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

Shades of Fog #D9C8E5

Tints of Fog #D9C8E5

Color information

#D9C8E5 (or 0xD9C8E5) is unknown color: approx Fog. HEX triplet: D9, C8 and E5. RGB value is (217,200,229). Sum of RGB (Red+Green+Blue) = 217+200+229=646 (85% of max value = 765). Red value is 217 (85.16% from 255 or 33.59% from 646); Green value is 200 (78.52% from 255 or 30.96% from 646); Blue value is 229 (89.84% from 255 or 35.45% from 646); Max value from RGB is 229 - color contains mainly: blue. Hex color #D9C8E5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9C8E5 is #26371A. Grayscale: #D0D0D0. Windows color (decimal): -2504475 or 15059161. OLE color: 15059161.

HSL color Cylindrical-coordinate representation of color #D9C8E5: hue angle of 275.17º degrees, saturation: 0.36, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #D9C8E5 is Cyan = 0.05, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB217200229-
CMYK0.050.1300.10
HSL275.17º35.8%84.12%-
HSV(B)275.17º12.66%89.8%-
XYZ63.4161.7282.7-
YUV208.39139.63134.14-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 33.59%
GREEN value IS 200 (78.52% from 255) = 30.96%
BLUE value IS 229 (89.84% from 255) = 35.45%
R=33.59%
G=30.96%
B=35.45%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2172002290.050.1300.10275.1735.884.12
HexD9C8E55D0A1132454
Octal33131034551501242344124
Binary1101100111001000111001011011101010101000100111001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9C8E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9C8E5; }

 p { color: rgb(217,200,229); }

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

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

 a { background-color: rgb(217,200,229); }

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

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

 span { border-color: rgb(217,200,229); }

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