#D5BAE8

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

Shades of Fog #D5BAE8

Tints of Fog #D5BAE8

Color information

#D5BAE8 (or 0xD5BAE8) is unknown color: approx Fog. HEX triplet: D5, BA and E8. RGB value is (213,186,232). Sum of RGB (Red+Green+Blue) = 213+186+232=631 (83% of max value = 765). Red value is 213 (83.59% from 255 or 33.76% from 631); Green value is 186 (73.05% from 255 or 29.48% from 631); Blue value is 232 (91.02% from 255 or 36.77% from 631); Max value from RGB is 232 - color contains mainly: blue. Hex color #D5BAE8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D5BAE8 is #2A4517. Grayscale: #C7C7C7. Windows color (decimal): -2770200 or 15252181. OLE color: 15252181.

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

Color convert

RGB213186232-
CMYK0.080.2000.09
HSL275.22º50%81.96%-
HSV(B)275.22º19.83%90.98%-
XYZ59.5655.0983.84-
YUV199.32146.45137.76-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 33.76%
GREEN value IS 186 (73.05% from 255) = 29.48%
BLUE value IS 232 (91.02% from 255) = 36.77%
R=33.76%
G=29.48%
B=36.77%

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
Decimal2131862320.080.2000.09275.225081.96
HexD5BAE8814091133252
Octal325272350102401142362122
Binary110101011011101011101000100010100010011000100111100101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5BAE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5BAE8; }

 p { color: rgb(213,186,232); }

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

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

 a { background-color: rgb(213,186,232); }

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

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

 span { border-color: rgb(213,186,232); }

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