#D6BBEB

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

Shades of Fog #D6BBEB

Tints of Fog #D6BBEB

Color information

#D6BBEB (or 0xD6BBEB) is unknown color: approx Fog. HEX triplet: D6, BB and EB. RGB value is (214,187,235). Sum of RGB (Red+Green+Blue) = 214+187+235=636 (84% of max value = 765). Red value is 214 (83.98% from 255 or 33.65% from 636); Green value is 187 (73.44% from 255 or 29.40% from 636); Blue value is 235 (92.19% from 255 or 36.95% from 636); Max value from RGB is 235 - color contains mainly: blue. Hex color #D6BBEB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D6BBEB is #294414. Grayscale: #C8C8C8. Windows color (decimal): -2704405 or 15449046. OLE color: 15449046.

HSL color Cylindrical-coordinate representation of color #D6BBEB: hue angle of 273.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 #D6BBEB is Cyan = 0.09, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB214187235-
CMYK0.090.2000.08
HSL273.75º54.55%82.75%-
HSV(B)273.75º20.43%92.16%-
XYZ60.555.8386.19-
YUV200.54147.45137.6-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 33.65%
GREEN value IS 187 (73.44% from 255) = 29.40%
BLUE value IS 235 (92.19% from 255) = 36.95%
R=33.65%
G=29.40%
B=36.95%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2141872350.090.2000.08273.7554.5582.75
HexD6BBEB914081123753
Octal326273353112401042267123
Binary110101101011101111101011100110100010001000100101101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6BBEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6BBEB; }

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

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

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

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

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

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

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

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