#D8BAEE

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

Shades of Fog #D8BAEE

Tints of Fog #D8BAEE

Color information

#D8BAEE (or 0xD8BAEE) is unknown color: approx Fog. HEX triplet: D8, BA and EE. RGB value is (216,186,238). Sum of RGB (Red+Green+Blue) = 216+186+238=640 (84% of max value = 765). Red value is 216 (84.77% from 255 or 33.75% from 640); Green value is 186 (73.05% from 255 or 29.06% from 640); Blue value is 238 (93.36% from 255 or 37.19% from 640); Max value from RGB is 238 - color contains mainly: blue. Hex color #D8BAEE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D8BAEE is #274511. Grayscale: #C8C8C8. Windows color (decimal): -2573586 or 15645400. OLE color: 15645400.

HSL color Cylindrical-coordinate representation of color #D8BAEE: hue angle of 274.62º degrees, saturation: 0.6, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #D8BAEE is Cyan = 0.09, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB216186238-
CMYK0.090.2200.07
HSL274.62º60.47%83.14%-
HSV(B)274.62º21.85%93.33%-
XYZ61.3155.8988.45-
YUV200.9148.94138.77-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 33.75%
GREEN value IS 186 (73.05% from 255) = 29.06%
BLUE value IS 238 (93.36% from 255) = 37.19%
R=33.75%
G=29.06%
B=37.19%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2161862380.090.2200.07274.6260.4783.14
HexD8BAEE916071133c53
Octal33027235611260742374123
Binary11011000101110101110111010011011001111000100111111001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8BAEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8BAEE; }

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

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

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

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

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

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

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

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