#D2B8EE

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

Shades of Fog #D2B8EE

Tints of Fog #D2B8EE

Color information

#D2B8EE (or 0xD2B8EE) is unknown color: approx Fog. HEX triplet: D2, B8 and EE. RGB value is (210,184,238). Sum of RGB (Red+Green+Blue) = 210+184+238=632 (83% of max value = 765). Red value is 210 (82.42% from 255 or 33.23% from 632); Green value is 184 (72.27% from 255 or 29.11% from 632); Blue value is 238 (93.36% from 255 or 37.66% from 632); Max value from RGB is 238 - color contains mainly: blue. Hex color #D2B8EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D2B8EE is #2D4711. Grayscale: #C5C5C5. Windows color (decimal): -2967314 or 15644882. OLE color: 15644882.

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

Color convert

RGB210184238-
CMYK0.120.2300.07
HSL268.89º61.36%82.75%-
HSV(B)268.89º22.69%93.33%-
XYZ59.1554.1688.22-
YUV197.93150.61136.61-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 33.23%
GREEN value IS 184 (72.27% from 255) = 29.11%
BLUE value IS 238 (93.36% from 255) = 37.66%
R=33.23%
G=29.11%
B=37.66%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2101842380.120.2300.07268.8961.3682.75
HexD2B8EEC170710d3d53
Octal32227035614270741575123
Binary11010010101110001110111011001011101111000011011111011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2B8EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2B8EE; }

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

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

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

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

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

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

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

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