#D2C5DB

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

Shades of Fog #D2C5DB

Tints of Fog #D2C5DB

Color information

#D2C5DB (or 0xD2C5DB) is unknown color: approx Fog. HEX triplet: D2, C5 and DB. RGB value is (210,197,219). Sum of RGB (Red+Green+Blue) = 210+197+219=626 (82% of max value = 765). Red value is 210 (82.42% from 255 or 33.55% from 626); Green value is 197 (77.34% from 255 or 31.47% from 626); Blue value is 219 (85.94% from 255 or 34.98% from 626); Max value from RGB is 219 - color contains mainly: blue. Hex color #D2C5DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D2C5DB is #2D3A24. Grayscale: #CBCBCB. Windows color (decimal): -2964005 or 14403026. OLE color: 14403026.

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

Color convert

RGB210197219-
CMYK0.040.1000.14
HSL275.45º23.4%81.57%-
HSV(B)275.45º10.05%85.88%-
XYZ59.3358.7575.23-
YUV203.4136.81132.71-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 33.55%
GREEN value IS 197 (77.34% from 255) = 31.47%
BLUE value IS 219 (85.94% from 255) = 34.98%
R=33.55%
G=31.47%
B=34.98%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2101972190.040.1000.14275.4523.481.57
HexD2C5DB4A0E1131752
Octal32230533341201642327122
Binary110100101100010111011011100101001110100010011101111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2C5DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2C5DB; }

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

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

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

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

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

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

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

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