#D2C8DB

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

Shades of Fog #D2C8DB

Tints of Fog #D2C8DB

Color information

#D2C8DB (or 0xD2C8DB) is unknown color: approx Fog. HEX triplet: D2, C8 and DB. RGB value is (210,200,219). Sum of RGB (Red+Green+Blue) = 210+200+219=629 (83% of max value = 765). Red value is 210 (82.42% from 255 or 33.39% from 629); Green value is 200 (78.52% from 255 or 31.80% from 629); Blue value is 219 (85.94% from 255 or 34.82% from 629); Max value from RGB is 219 - color contains mainly: blue. Hex color #D2C8DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D2C8DB is #2D3724. Grayscale: #CDCDCD. Windows color (decimal): -2963237 or 14403794. OLE color: 14403794.

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

Color convert

RGB210200219-
CMYK0.040.0900.14
HSL271.58º20.88%82.16%-
HSV(B)271.58º8.68%85.88%-
XYZ60.0260.1275.46-
YUV205.16135.81131.46-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 33.39%
GREEN value IS 200 (78.52% from 255) = 31.80%
BLUE value IS 219 (85.94% from 255) = 34.82%
R=33.39%
G=31.80%
B=34.82%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2102002190.040.0900.14271.5820.8882.16
HexD2C8DB490E1101552
Octal32231033341101642025122
Binary110100101100100011011011100100101110100010000101011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2C8DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2C8DB; }

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

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

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

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

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

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

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

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