#D2BFE5

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

Shades of Fog #D2BFE5

Tints of Fog #D2BFE5

Color information

#D2BFE5 (or 0xD2BFE5) is unknown color: approx Fog. HEX triplet: D2, BF and E5. RGB value is (210,191,229). Sum of RGB (Red+Green+Blue) = 210+191+229=630 (83% of max value = 765). Red value is 210 (82.42% from 255 or 33.33% from 630); Green value is 191 (75% from 255 or 30.32% from 630); Blue value is 229 (89.84% from 255 or 36.35% from 630); Max value from RGB is 229 - color contains mainly: blue. Hex color #D2BFE5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D2BFE5 is #2D401A. Grayscale: #C8C8C8. Windows color (decimal): -2965531 or 15056850. OLE color: 15056850.

HSL color Cylindrical-coordinate representation of color #D2BFE5: hue angle of 270º degrees, saturation: 0.42, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #D2BFE5 is Cyan = 0.08, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB210191229-
CMYK0.080.1700.10
HSL270º42.22%82.35%-
HSV(B)270º16.59%89.8%-
XYZ59.3556.6281.93-
YUV201.01143.79134.41-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 33.33%
GREEN value IS 191 (75% from 255) = 30.32%
BLUE value IS 229 (89.84% from 255) = 36.35%
R=33.33%
G=30.32%
B=36.35%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2101912290.080.1700.1027042.2282.35
HexD2BFE58110A10e2a52
Octal322277345102101241652122
Binary110100101011111111100101100010001010101000011101010101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2BFE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2BFE5; }

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

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

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

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

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

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

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

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