#D6BAE8

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

Shades of Fog #D6BAE8

Tints of Fog #D6BAE8

Color information

#D6BAE8 (or 0xD6BAE8) is unknown color: approx Fog. HEX triplet: D6, BA and E8. RGB value is (214,186,232). Sum of RGB (Red+Green+Blue) = 214+186+232=632 (83% of max value = 765). Red value is 214 (83.98% from 255 or 33.86% from 632); Green value is 186 (73.05% from 255 or 29.43% from 632); Blue value is 232 (91.02% from 255 or 36.71% from 632); Max value from RGB is 232 - color contains mainly: blue. Hex color #D6BAE8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D6BAE8 is #294517. Grayscale: #C7C7C7. Windows color (decimal): -2704664 or 15252182. OLE color: 15252182.

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

Color convert

RGB214186232-
CMYK0.080.2000.09
HSL276.52º50%81.96%-
HSV(B)276.52º19.83%90.98%-
XYZ59.8655.2483.85-
YUV199.62146.28138.26-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 33.86%
GREEN value IS 186 (73.05% from 255) = 29.43%
BLUE value IS 232 (91.02% from 255) = 36.71%
R=33.86%
G=29.43%
B=36.71%

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
Decimal2141862320.080.2000.09276.525081.96
HexD6BAE8814091153252
Octal326272350102401142562122
Binary110101101011101011101000100010100010011000101011100101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6BAE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6BAE8; }

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

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

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

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

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

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

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

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