#D2B6EE

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

Shades of Fog #D2B6EE

Tints of Fog #D2B6EE

Color information

#D2B6EE (or 0xD2B6EE) is unknown color: approx Fog. HEX triplet: D2, B6 and EE. RGB value is (210,182,238). Sum of RGB (Red+Green+Blue) = 210+182+238=630 (83% of max value = 765). Red value is 210 (82.42% from 255 or 33.33% from 630); Green value is 182 (71.48% from 255 or 28.89% from 630); Blue value is 238 (93.36% from 255 or 37.78% from 630); Max value from RGB is 238 - color contains mainly: blue. Hex color #D2B6EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D2B6EE is #2D4911. Grayscale: #C4C4C4. Windows color (decimal): -2967826 or 15644370. OLE color: 15644370.

HSL color Cylindrical-coordinate representation of color #D2B6EE: hue angle of 270º degrees, saturation: 0.62, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #D2B6EE is Cyan = 0.12, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB210182238-
CMYK0.120.2400.07
HSL270º62.22%82.35%-
HSV(B)270º23.53%93.33%-
XYZ58.7453.3388.09-
YUV196.76151.28137.45-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 33.33%
GREEN value IS 182 (71.48% from 255) = 28.89%
BLUE value IS 238 (93.36% from 255) = 37.78%
R=33.33%
G=28.89%
B=37.78%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2101822380.120.2400.0727062.2282.35
HexD2B6EEC180710e3e52
Octal32226635614300741676122
Binary11010010101101101110111011001100001111000011101111101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2B6EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2B6EE; }

 p { color: rgb(210,182,238); }

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

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

 a { background-color: rgb(210,182,238); }

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

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

 span { border-color: rgb(210,182,238); }

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