#D9BAEA

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

Shades of Fog #D9BAEA

Tints of Fog #D9BAEA

Color information

#D9BAEA (or 0xD9BAEA) is unknown color: approx Fog. HEX triplet: D9, BA and EA. RGB value is (217,186,234). Sum of RGB (Red+Green+Blue) = 217+186+234=637 (84% of max value = 765). Red value is 217 (85.16% from 255 or 34.07% from 637); Green value is 186 (73.05% from 255 or 29.20% from 637); Blue value is 234 (91.80% from 255 or 36.73% from 637); Max value from RGB is 234 - color contains mainly: blue. Hex color #D9BAEA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D9BAEA is #264515. Grayscale: #C8C8C8. Windows color (decimal): -2508054 or 15383257. OLE color: 15383257.

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

Color convert

RGB217186234-
CMYK0.070.2100.08
HSL278.75º53.33%82.35%-
HSV(B)278.75º20.51%91.76%-
XYZ61.0355.8185.4-
YUV200.74146.77139.6-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 34.07%
GREEN value IS 186 (73.05% from 255) = 29.20%
BLUE value IS 234 (91.80% from 255) = 36.73%
R=34.07%
G=29.20%
B=36.73%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2171862340.070.2100.08278.7553.3382.35
HexD9BAEA715081173552
Octal33127235272501042765122
Binary11011001101110101110101011110101010001000101111101011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9BAEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9BAEA; }

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

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

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

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

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

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

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

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