#D9BBE9

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

Shades of Fog #D9BBE9

Tints of Fog #D9BBE9

Color information

#D9BBE9 (or 0xD9BBE9) is unknown color: approx Fog. HEX triplet: D9, BB and E9. RGB value is (217,187,233). Sum of RGB (Red+Green+Blue) = 217+187+233=637 (84% of max value = 765). Red value is 217 (85.16% from 255 or 34.07% from 637); Green value is 187 (73.44% from 255 or 29.36% from 637); Blue value is 233 (91.41% from 255 or 36.58% from 637); Max value from RGB is 233 - color contains mainly: blue. Hex color #D9BBE9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D9BBE9 is #264416. Grayscale: #C9C9C9. Windows color (decimal): -2507799 or 15317977. OLE color: 15317977.

HSL color Cylindrical-coordinate representation of color #D9BBE9: hue angle of 279.13º degrees, saturation: 0.51, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #D9BBE9 is Cyan = 0.07, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB217187233-
CMYK0.070.2000.09
HSL279.13º51.11%82.35%-
HSV(B)279.13º19.74%91.37%-
XYZ61.0956.1884.71-
YUV201.21145.94139.26-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 34.07%
GREEN value IS 187 (73.44% from 255) = 29.36%
BLUE value IS 233 (91.41% from 255) = 36.58%
R=34.07%
G=29.36%
B=36.58%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2171872330.070.2000.09279.1351.1182.35
HexD9BBE9714091173352
Octal33127335172401142763122
Binary11011001101110111110100111110100010011000101111100111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9BBE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9BBE9; }

 p { color: rgb(217,187,233); }

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

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

 a { background-color: rgb(217,187,233); }

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

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

 span { border-color: rgb(217,187,233); }

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