#D2BBFB

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

Shades of Fog #D2BBFB

Tints of Fog #D2BBFB

Color information

#D2BBFB (or 0xD2BBFB) is unknown color: approx Fog. HEX triplet: D2, BB and FB. RGB value is (210,187,251). Sum of RGB (Red+Green+Blue) = 210+187+251=648 (85% of max value = 765). Red value is 210 (82.42% from 255 or 32.41% from 648); Green value is 187 (73.44% from 255 or 28.86% from 648); Blue value is 251 (98.44% from 255 or 38.73% from 648); Max value from RGB is 251 - color contains mainly: blue. Hex color #D2BBFB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D2BBFB is #2D4404. Grayscale: #C8C8C8. Windows color (decimal): -2966533 or 16497618. OLE color: 16497618.

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

Color convert

RGB210187251-
CMYK0.160.2500.02
HSL261.56º88.89%85.88%-
HSV(B)261.56º25.5%98.43%-
XYZ61.7656.2198.86-
YUV201.17156.12134.3-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 32.41%
GREEN value IS 187 (73.44% from 255) = 28.86%
BLUE value IS 251 (98.44% from 255) = 38.73%
R=32.41%
G=28.86%
B=38.73%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2101872510.160.2500.02261.5688.8985.88
HexD2BBFB1019021065956
Octal322273373203102406131126
Binary110100101011101111111011100001100101010000011010110011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2BBFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2BBFB; }

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

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

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

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

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

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

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

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