#D2B4ED

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

Shades of Fog #D2B4ED

Tints of Fog #D2B4ED

Color information

#D2B4ED (or 0xD2B4ED) is unknown color: approx Fog. HEX triplet: D2, B4 and ED. RGB value is (210,180,237). Sum of RGB (Red+Green+Blue) = 210+180+237=627 (83% of max value = 765). Red value is 210 (82.42% from 255 or 33.49% from 627); Green value is 180 (70.70% from 255 or 28.71% from 627); Blue value is 237 (92.97% from 255 or 37.80% from 627); Max value from RGB is 237 - color contains mainly: blue. Hex color #D2B4ED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D2B4ED is #2D4B12. Grayscale: #C3C3C3. Windows color (decimal): -2968339 or 15578322. OLE color: 15578322.

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

Color convert

RGB210180237-
CMYK0.110.2400.07
HSL271.58º61.29%81.76%-
HSV(B)271.58º24.05%92.94%-
XYZ58.1952.4687.18-
YUV195.47151.44138.37-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 33.49%
GREEN value IS 180 (70.70% from 255) = 28.71%
BLUE value IS 237 (92.97% from 255) = 37.80%
R=33.49%
G=28.71%
B=37.80%

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
Decimal2101802370.110.2400.07271.5861.2981.76
HexD2B4EDB18071103d52
Octal32226435513300742075122
Binary11010010101101001110110110111100001111000100001111011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2B4ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2B4ED; }

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

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

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

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

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

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

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

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