#D2B5ED

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

Shades of Fog #D2B5ED

Tints of Fog #D2B5ED

Color information

#D2B5ED (or 0xD2B5ED) is unknown color: approx Fog. HEX triplet: D2, B5 and ED. RGB value is (210,181,237). Sum of RGB (Red+Green+Blue) = 210+181+237=628 (83% of max value = 765). Red value is 210 (82.42% from 255 or 33.44% from 628); Green value is 181 (71.09% from 255 or 28.82% from 628); Blue value is 237 (92.97% from 255 or 37.74% from 628); Max value from RGB is 237 - color contains mainly: blue. Hex color #D2B5ED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D2B5ED is #2D4A12. Grayscale: #C3C3C3. Windows color (decimal): -2968083 or 15578578. OLE color: 15578578.

HSL color Cylindrical-coordinate representation of color #D2B5ED: hue angle of 271.07º degrees, saturation: 0.61, 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 #D2B5ED is Cyan = 0.11, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB210181237-
CMYK0.110.2400.07
HSL271.07º60.87%81.96%-
HSV(B)271.07º23.63%92.94%-
XYZ58.3952.8687.25-
YUV196.06151.11137.95-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 33.44%
GREEN value IS 181 (71.09% from 255) = 28.82%
BLUE value IS 237 (92.97% from 255) = 37.74%
R=33.44%
G=28.82%
B=37.74%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2101812370.110.2400.07271.0760.8781.96
HexD2B5EDB180710f3d52
Octal32226535513300741775122
Binary11010010101101011110110110111100001111000011111111011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2B5ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2B5ED; }

 p { color: rgb(210,181,237); }

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

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

 a { background-color: rgb(210,181,237); }

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

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

 span { border-color: rgb(210,181,237); }

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