#D9BAEB

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

Shades of Fog #D9BAEB

Tints of Fog #D9BAEB

Color information

#D9BAEB (or 0xD9BAEB) is unknown color: approx Fog. HEX triplet: D9, BA and EB. RGB value is (217,186,235). Sum of RGB (Red+Green+Blue) = 217+186+235=638 (84% of max value = 765). Red value is 217 (85.16% from 255 or 34.01% from 638); Green value is 186 (73.05% from 255 or 29.15% from 638); Blue value is 235 (92.19% from 255 or 36.83% from 638); Max value from RGB is 235 - color contains mainly: blue. Hex color #D9BAEB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D9BAEB is #264514. Grayscale: #C8C8C8. Windows color (decimal): -2508053 or 15448793. OLE color: 15448793.

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

Color convert

RGB217186235-
CMYK0.080.2100.08
HSL277.96º55.06%82.55%-
HSV(B)277.96º20.85%92.16%-
XYZ61.1755.8786.16-
YUV200.86147.27139.52-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 34.01%
GREEN value IS 186 (73.05% from 255) = 29.15%
BLUE value IS 235 (92.19% from 255) = 36.83%
R=34.01%
G=29.15%
B=36.83%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2171862350.080.2100.08277.9655.0682.55
HexD9BAEB815081163753
Octal331272353102501042667123
Binary110110011011101011101011100010101010001000101101101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9BAEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9BAEB; }

 p { color: rgb(217,186,235); }

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

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

 a { background-color: rgb(217,186,235); }

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

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

 span { border-color: rgb(217,186,235); }

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