#D2C8DA

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

Shades of Fog #D2C8DA

Tints of Fog #D2C8DA

Color information

#D2C8DA (or 0xD2C8DA) is unknown color: approx Fog. HEX triplet: D2, C8 and DA. RGB value is (210,200,218). Sum of RGB (Red+Green+Blue) = 210+200+218=628 (83% of max value = 765). Red value is 210 (82.42% from 255 or 33.44% from 628); Green value is 200 (78.52% from 255 or 31.85% from 628); Blue value is 218 (85.55% from 255 or 34.71% from 628); Max value from RGB is 218 - color contains mainly: blue. Hex color #D2C8DA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D2C8DA is #2D3725. Grayscale: #CCCCCC. Windows color (decimal): -2963238 or 14338258. OLE color: 14338258.

HSL color Cylindrical-coordinate representation of color #D2C8DA: hue angle of 273.33º degrees, saturation: 0.2, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #D2C8DA is Cyan = 0.04, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB210200218-
CMYK0.040.0800.15
HSL273.33º19.57%81.96%-
HSV(B)273.33º8.26%85.49%-
XYZ59.8960.0774.77-
YUV205.04135.31131.54-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 33.44%
GREEN value IS 200 (78.52% from 255) = 31.85%
BLUE value IS 218 (85.55% from 255) = 34.71%
R=33.44%
G=31.85%
B=34.71%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2102002180.040.0800.15273.3319.5781.96
HexD2C8DA480F1111452
Octal32231033241001742124122
Binary110100101100100011011010100100001111100010001101001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2C8DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2C8DA; }

 p { color: rgb(210,200,218); }

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

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

 a { background-color: rgb(210,200,218); }

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

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

 span { border-color: rgb(210,200,218); }

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