#D2BBEB

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

Shades of Fog #D2BBEB

Tints of Fog #D2BBEB

Color information

#D2BBEB (or 0xD2BBEB) is unknown color: approx Fog. HEX triplet: D2, BB and EB. RGB value is (210,187,235). Sum of RGB (Red+Green+Blue) = 210+187+235=632 (83% of max value = 765). Red value is 210 (82.42% from 255 or 33.23% from 632); Green value is 187 (73.44% from 255 or 29.59% from 632); Blue value is 235 (92.19% from 255 or 37.18% from 632); Max value from RGB is 235 - color contains mainly: blue. Hex color #D2BBEB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D2BBEB is #2D4414. Grayscale: #C7C7C7. Windows color (decimal): -2966549 or 15449042. OLE color: 15449042.

HSL color Cylindrical-coordinate representation of color #D2BBEB: hue angle of 268.75º degrees, saturation: 0.55, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #D2BBEB is Cyan = 0.11, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB210187235-
CMYK0.110.2000.08
HSL268.75º54.55%82.75%-
HSV(B)268.75º20.43%92.16%-
XYZ59.3455.2486.13-
YUV199.35148.12135.6-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 33.23%
GREEN value IS 187 (73.44% from 255) = 29.59%
BLUE value IS 235 (92.19% from 255) = 37.18%
R=33.23%
G=29.59%
B=37.18%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2101872350.110.2000.08268.7554.5582.75
HexD2BBEBB140810d3753
Octal322273353132401041567123
Binary110100101011101111101011101110100010001000011011101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2BBEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2BBEB; }

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

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

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

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

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

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

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

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