#D8BAEA

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

Shades of Fog #D8BAEA

Tints of Fog #D8BAEA

Color information

#D8BAEA (or 0xD8BAEA) is unknown color: approx Fog. HEX triplet: D8, BA and EA. RGB value is (216,186,234). Sum of RGB (Red+Green+Blue) = 216+186+234=636 (84% of max value = 765). Red value is 216 (84.77% from 255 or 33.96% from 636); Green value is 186 (73.05% from 255 or 29.25% from 636); Blue value is 234 (91.80% from 255 or 36.79% from 636); Max value from RGB is 234 - color contains mainly: blue. Hex color #D8BAEA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D8BAEA is #274515. Grayscale: #C8C8C8. Windows color (decimal): -2573590 or 15383256. OLE color: 15383256.

HSL color Cylindrical-coordinate representation of color #D8BAEA: hue angle of 277.5º 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 #D8BAEA is Cyan = 0.08, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB216186234-
CMYK0.080.2100.08
HSL277.5º53.33%82.35%-
HSV(B)277.5º20.51%91.76%-
XYZ60.7355.6685.38-
YUV200.44146.94139.1-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 33.96%
GREEN value IS 186 (73.05% from 255) = 29.25%
BLUE value IS 234 (91.80% from 255) = 36.79%
R=33.96%
G=29.25%
B=36.79%

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
Decimal2161862340.080.2100.08277.553.3382.35
HexD8BAEA815081163552
Octal330272352102501042665122
Binary110110001011101011101010100010101010001000101101101011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8BAEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8BAEA; }

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

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

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

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

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

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

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

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