#D6BBE6

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

Shades of Fog #D6BBE6

Tints of Fog #D6BBE6

Color information

#D6BBE6 (or 0xD6BBE6) is unknown color: approx Fog. HEX triplet: D6, BB and E6. RGB value is (214,187,230). Sum of RGB (Red+Green+Blue) = 214+187+230=631 (83% of max value = 765). Red value is 214 (83.98% from 255 or 33.91% from 631); Green value is 187 (73.44% from 255 or 29.64% from 631); Blue value is 230 (90.23% from 255 or 36.45% from 631); Max value from RGB is 230 - color contains mainly: blue. Hex color #D6BBE6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D6BBE6 is #294419. Grayscale: #C7C7C7. Windows color (decimal): -2704410 or 15121366. OLE color: 15121366.

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

Color convert

RGB214187230-
CMYK0.070.1900.10
HSL277.67º46.24%81.76%-
HSV(B)277.67º18.7%90.2%-
XYZ59.7855.5582.43-
YUV199.98144.95138-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 33.91%
GREEN value IS 187 (73.44% from 255) = 29.64%
BLUE value IS 230 (90.23% from 255) = 36.45%
R=33.91%
G=29.64%
B=36.45%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2141872300.070.1900.10277.6746.2481.76
HexD6BBE67130A1162e52
Octal32627334672301242656122
Binary11010110101110111110011011110011010101000101101011101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6BBE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6BBE6; }

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

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

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

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

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

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

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

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