#D2C9E5

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

Shades of Fog #D2C9E5

Tints of Fog #D2C9E5

Color information

#D2C9E5 (or 0xD2C9E5) is unknown color: approx Fog. HEX triplet: D2, C9 and E5. RGB value is (210,201,229). Sum of RGB (Red+Green+Blue) = 210+201+229=640 (84% of max value = 765). Red value is 210 (82.42% from 255 or 32.81% from 640); Green value is 201 (78.91% from 255 or 31.41% from 640); Blue value is 229 (89.84% from 255 or 35.78% from 640); Max value from RGB is 229 - color contains mainly: blue. Hex color #D2C9E5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D2C9E5 is #2D361A. Grayscale: #CECECE. Windows color (decimal): -2962971 or 15059410. OLE color: 15059410.

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

Color convert

RGB210201229-
CMYK0.080.1200.10
HSL259.29º35%84.31%-
HSV(B)259.29º12.23%89.8%-
XYZ61.6161.1382.68-
YUV206.88140.48130.22-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 32.81%
GREEN value IS 201 (78.91% from 255) = 31.41%
BLUE value IS 229 (89.84% from 255) = 35.78%
R=32.81%
G=31.41%
B=35.78%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2102012290.080.1200.10259.293584.31
HexD2C9E58C0A1032354
Octal322311345101401240343124
Binary11010010110010011110010110001100010101000000111000111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2C9E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2C9E5; }

 p { color: rgb(210,201,229); }

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

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

 a { background-color: rgb(210,201,229); }

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

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

 span { border-color: rgb(210,201,229); }

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