#D2B9E5

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

Shades of Fog #D2B9E5

Tints of Fog #D2B9E5

Color information

#D2B9E5 (or 0xD2B9E5) is unknown color: approx Fog. HEX triplet: D2, B9 and E5. RGB value is (210,185,229). Sum of RGB (Red+Green+Blue) = 210+185+229=624 (82% of max value = 765). Red value is 210 (82.42% from 255 or 33.65% from 624); Green value is 185 (72.66% from 255 or 29.65% from 624); Blue value is 229 (89.84% from 255 or 36.70% from 624); Max value from RGB is 229 - color contains mainly: blue. Hex color #D2B9E5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D2B9E5 is #2D461A. Grayscale: #C5C5C5. Windows color (decimal): -2967067 or 15055314. OLE color: 15055314.

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

Color convert

RGB210185229-
CMYK0.080.1900.10
HSL274.09º45.83%81.18%-
HSV(B)274.09º19.21%89.8%-
XYZ58.0754.0681.5-
YUV197.49145.78136.92-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 33.65%
GREEN value IS 185 (72.66% from 255) = 29.65%
BLUE value IS 229 (89.84% from 255) = 36.70%
R=33.65%
G=29.65%
B=36.70%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2101852290.080.1900.10274.0945.8381.18
HexD2B9E58130A1122e51
Octal322271345102301242256121
Binary110100101011100111100101100010011010101000100101011101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2B9E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2B9E5; }

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

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

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

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

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

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

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

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