#D9BFEA

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

Shades of Fog #D9BFEA

Tints of Fog #D9BFEA

Color information

#D9BFEA (or 0xD9BFEA) is unknown color: approx Fog. HEX triplet: D9, BF and EA. RGB value is (217,191,234). Sum of RGB (Red+Green+Blue) = 217+191+234=642 (85% of max value = 765). Red value is 217 (85.16% from 255 or 33.80% from 642); Green value is 191 (75% from 255 or 29.75% from 642); Blue value is 234 (91.80% from 255 or 36.45% from 642); Max value from RGB is 234 - color contains mainly: blue. Hex color #D9BFEA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D9BFEA is #264015. Grayscale: #CBCBCB. Windows color (decimal): -2506774 or 15384537. OLE color: 15384537.

HSL color Cylindrical-coordinate representation of color #D9BFEA: hue angle of 276.28º degrees, saturation: 0.51, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #D9BFEA is Cyan = 0.07, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB217191234-
CMYK0.070.1800.08
HSL276.28º50.59%83.33%-
HSV(B)276.28º18.38%91.76%-
XYZ62.157.9585.76-
YUV203.68145.11137.5-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 33.80%
GREEN value IS 191 (75% from 255) = 29.75%
BLUE value IS 234 (91.80% from 255) = 36.45%
R=33.80%
G=29.75%
B=36.45%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2171912340.070.1800.08276.2850.5983.33
HexD9BFEA712081143353
Octal33127735272201042463123
Binary11011001101111111110101011110010010001000101001100111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9BFEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9BFEA; }

 p { color: rgb(217,191,234); }

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

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

 a { background-color: rgb(217,191,234); }

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

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

 span { border-color: rgb(217,191,234); }

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