#D2BFE0

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

Shades of Fog #D2BFE0

Tints of Fog #D2BFE0

Color information

#D2BFE0 (or 0xD2BFE0) is unknown color: approx Fog. HEX triplet: D2, BF and E0. RGB value is (210,191,224). Sum of RGB (Red+Green+Blue) = 210+191+224=625 (82% of max value = 765). Red value is 210 (82.42% from 255 or 33.6% from 625); Green value is 191 (75% from 255 or 30.56% from 625); Blue value is 224 (87.89% from 255 or 35.84% from 625); Max value from RGB is 224 - color contains mainly: blue. Hex color #D2BFE0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D2BFE0 is #2D401F. Grayscale: #C8C8C8. Windows color (decimal): -2965536 or 14729170. OLE color: 14729170.

HSL color Cylindrical-coordinate representation of color #D2BFE0: hue angle of 274.55º degrees, saturation: 0.35, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #D2BFE0 is Cyan = 0.06, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB210191224-
CMYK0.060.1500.12
HSL274.55º34.74%81.37%-
HSV(B)274.55º14.73%87.84%-
XYZ58.6656.3578.3-
YUV200.44141.29134.82-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 33.6%
GREEN value IS 191 (75% from 255) = 30.56%
BLUE value IS 224 (87.89% from 255) = 35.84%
R=33.6%
G=30.56%
B=35.84%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2101912240.060.1500.12274.5534.7481.37
HexD2BFE06F0C1132351
Octal32227734061701442343121
Binary1101001010111111111000001101111011001000100111000111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2BFE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2BFE0; }

 p { color: rgb(210,191,224); }

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

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

 a { background-color: rgb(210,191,224); }

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

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

 span { border-color: rgb(210,191,224); }

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