#D2B7EE

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

Shades of Fog #D2B7EE

Tints of Fog #D2B7EE

Color information

#D2B7EE (or 0xD2B7EE) is unknown color: approx Fog. HEX triplet: D2, B7 and EE. RGB value is (210,183,238). Sum of RGB (Red+Green+Blue) = 210+183+238=631 (83% of max value = 765). Red value is 210 (82.42% from 255 or 33.28% from 631); Green value is 183 (71.88% from 255 or 29.00% from 631); Blue value is 238 (93.36% from 255 or 37.72% from 631); Max value from RGB is 238 - color contains mainly: blue. Hex color #D2B7EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D2B7EE is #2D4811. Grayscale: #C5C5C5. Windows color (decimal): -2967570 or 15644626. OLE color: 15644626.

HSL color Cylindrical-coordinate representation of color #D2B7EE: hue angle of 269.45º degrees, saturation: 0.62, 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 #D2B7EE is Cyan = 0.12, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB210183238-
CMYK0.120.2300.07
HSL269.45º61.8%82.55%-
HSV(B)269.45º23.11%93.33%-
XYZ58.9453.7488.16-
YUV197.34150.95137.03-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 33.28%
GREEN value IS 183 (71.88% from 255) = 29.00%
BLUE value IS 238 (93.36% from 255) = 37.72%
R=33.28%
G=29.00%
B=37.72%

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
Decimal2101832380.120.2300.07269.4561.882.55
HexD2B7EEC170710d3e53
Octal32226735614270741576123
Binary11010010101101111110111011001011101111000011011111101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2B7EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2B7EE; }

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

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

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

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

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

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

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

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