#D7BAE9

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

Shades of Fog #D7BAE9

Tints of Fog #D7BAE9

Color information

#D7BAE9 (or 0xD7BAE9) is unknown color: approx Fog. HEX triplet: D7, BA and E9. RGB value is (215,186,233). Sum of RGB (Red+Green+Blue) = 215+186+233=634 (83% of max value = 765). Red value is 215 (84.38% from 255 or 33.91% from 634); Green value is 186 (73.05% from 255 or 29.34% from 634); Blue value is 233 (91.41% from 255 or 36.75% from 634); Max value from RGB is 233 - color contains mainly: blue. Hex color #D7BAE9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D7BAE9 is #284516. Grayscale: #C7C7C7. Windows color (decimal): -2639127 or 15317719. OLE color: 15317719.

HSL color Cylindrical-coordinate representation of color #D7BAE9: hue angle of 277.02º degrees, saturation: 0.52, 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 #D7BAE9 is Cyan = 0.08, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB215186233-
CMYK0.080.2000.09
HSL277.02º51.65%82.16%-
HSV(B)277.02º20.17%91.37%-
XYZ60.2955.4584.62-
YUV200.03146.61138.68-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 33.91%
GREEN value IS 186 (73.05% from 255) = 29.34%
BLUE value IS 233 (91.41% from 255) = 36.75%
R=33.91%
G=29.34%
B=36.75%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2151862330.080.2000.09277.0251.6582.16
HexD7BAE9814091153452
Octal327272351102401142564122
Binary110101111011101011101001100010100010011000101011101001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7BAE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7BAE9; }

 p { color: rgb(215,186,233); }

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

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

 a { background-color: rgb(215,186,233); }

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

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

 span { border-color: rgb(215,186,233); }

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