#D8BBF2

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

Shades of Fog #D8BBF2

Tints of Fog #D8BBF2

Color information

#D8BBF2 (or 0xD8BBF2) is unknown color: approx Fog. HEX triplet: D8, BB and F2. RGB value is (216,187,242). Sum of RGB (Red+Green+Blue) = 216+187+242=645 (85% of max value = 765). Red value is 216 (84.77% from 255 or 33.49% from 645); Green value is 187 (73.44% from 255 or 28.99% from 645); Blue value is 242 (94.92% from 255 or 37.52% from 645); Max value from RGB is 242 - color contains mainly: blue. Hex color #D8BBF2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D8BBF2 is #27440D. Grayscale: #C9C9C9. Windows color (decimal): -2573326 or 15907800. OLE color: 15907800.

HSL color Cylindrical-coordinate representation of color #D8BBF2: hue angle of 271.64º degrees, saturation: 0.68, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #D8BBF2 is Cyan = 0.11, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB216187242-
CMYK0.110.2300.05
HSL271.64º67.9%84.12%-
HSV(B)271.64º22.73%94.9%-
XYZ62.1256.5591.65-
YUV201.94150.61138.03-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 33.49%
GREEN value IS 187 (73.44% from 255) = 28.99%
BLUE value IS 242 (94.92% from 255) = 37.52%
R=33.49%
G=28.99%
B=37.52%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2161872420.110.2300.05271.6467.984.12
HexD8BBF2B17051104454
Octal330273362132705420104124
Binary110110001011101111110010101110111010110001000010001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8BBF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8BBF2; }

 p { color: rgb(216,187,242); }

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

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

 a { background-color: rgb(216,187,242); }

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

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

 span { border-color: rgb(216,187,242); }

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