#D2BEFB

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

Shades of Fog #D2BEFB

Tints of Fog #D2BEFB

Color information

#D2BEFB (or 0xD2BEFB) is unknown color: approx Fog. HEX triplet: D2, BE and FB. RGB value is (210,190,251). Sum of RGB (Red+Green+Blue) = 210+190+251=651 (86% of max value = 765). Red value is 210 (82.42% from 255 or 32.26% from 651); Green value is 190 (74.61% from 255 or 29.19% from 651); Blue value is 251 (98.44% from 255 or 38.56% from 651); Max value from RGB is 251 - color contains mainly: blue. Hex color #D2BEFB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D2BEFB is #2D4104. Grayscale: #CACACA. Windows color (decimal): -2965765 or 16498386. OLE color: 16498386.

HSL color Cylindrical-coordinate representation of color #D2BEFB: hue angle of 259.67º degrees, saturation: 0.88, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #D2BEFB is Cyan = 0.16, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB210190251-
CMYK0.160.2400.02
HSL259.67º88.41%86.47%-
HSV(B)259.67º24.3%98.43%-
XYZ62.457.4999.08-
YUV202.93155.13133.04-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 32.26%
GREEN value IS 190 (74.61% from 255) = 29.19%
BLUE value IS 251 (98.44% from 255) = 38.56%
R=32.26%
G=29.19%
B=38.56%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2101902510.160.2400.02259.6788.4186.47
HexD2BEFB1018021045856
Octal322276373203002404130126
Binary110100101011111011111011100001100001010000010010110001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2BEFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2BEFB; }

 p { color: rgb(210,190,251); }

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

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

 a { background-color: rgb(210,190,251); }

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

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

 span { border-color: rgb(210,190,251); }

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