#d8baed

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

Shades of Fog #D8BAED

Tints of Fog #D8BAED

Color information

#D8BAED (or 0xD8BAED) is unknown color: approx Fog. HEX triplet: D8, BA and ED. RGB value is (216,186,237). Sum of RGB (Red+Green+Blue) = 216+186+237=639 (84% of max value = 765). Red value is 216 (84.77% from 255 or 33.80% from 639); Green value is 186 (73.05% from 255 or 29.11% from 639); Blue value is 237 (92.97% from 255 or 37.09% from 639); Max value from RGB is 237 - color contains mainly: blue. Hex color #D8BAED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D8BAED is #274512. Grayscale: #C8C8C8. Windows color (decimal): -2573587 or 15579864. OLE color: 15579864.

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

Color convert

RGB216186237-
CMYK0.090.2200.07
HSL275.29º58.62%82.94%-
HSV(B)275.29º21.52%92.94%-
XYZ61.1655.8387.67-
YUV200.78148.44138.85-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 33.80%
GREEN value IS 186 (73.05% from 255) = 29.11%
BLUE value IS 237 (92.97% from 255) = 37.09%
R=33.80%
G=29.11%
B=37.09%

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
Decimal2161862370.090.2200.07275.2958.6282.94
HexD8BAED916071133b53
Octal33027235511260742373123
Binary11011000101110101110110110011011001111000100111110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d8baed

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d8baed; }

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

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

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

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

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

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

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

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