#D8BAE9

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

Shades of Fog #D8BAE9

Tints of Fog #D8BAE9

Color information

#D8BAE9 (or 0xD8BAE9) is unknown color: approx Fog. HEX triplet: D8, BA and E9. RGB value is (216,186,233). Sum of RGB (Red+Green+Blue) = 216+186+233=635 (84% of max value = 765). Red value is 216 (84.77% from 255 or 34.02% from 635); Green value is 186 (73.05% from 255 or 29.29% from 635); Blue value is 233 (91.41% from 255 or 36.69% from 635); Max value from RGB is 233 - color contains mainly: blue. Hex color #D8BAE9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D8BAE9 is #274516. Grayscale: #C8C8C8. Windows color (decimal): -2573591 or 15317720. OLE color: 15317720.

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

Color convert

RGB216186233-
CMYK0.070.2000.09
HSL278.3º51.65%82.16%-
HSV(B)278.3º20.17%91.37%-
XYZ60.5955.684.63-
YUV200.33146.44139.18-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 34.02%
GREEN value IS 186 (73.05% from 255) = 29.29%
BLUE value IS 233 (91.41% from 255) = 36.69%
R=34.02%
G=29.29%
B=36.69%

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
Decimal2161862330.070.2000.09278.351.6582.16
HexD8BAE9714091163452
Octal33027235172401142664122
Binary11011000101110101110100111110100010011000101101101001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8BAE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8BAE9; }

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

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

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

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

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

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

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

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