#D0BAE8

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

Shades of Fog #D0BAE8

Tints of Fog #D0BAE8

Color information

#D0BAE8 (or 0xD0BAE8) is unknown color: approx Fog. HEX triplet: D0, BA and E8. RGB value is (208,186,232). Sum of RGB (Red+Green+Blue) = 208+186+232=626 (82% of max value = 765). Red value is 208 (81.64% from 255 or 33.23% from 626); Green value is 186 (73.05% from 255 or 29.71% from 626); Blue value is 232 (91.02% from 255 or 37.06% from 626); Max value from RGB is 232 - color contains mainly: blue. Hex color #D0BAE8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D0BAE8 is #2F4517. Grayscale: #C5C5C5. Windows color (decimal): -3097880 or 15252176. OLE color: 15252176.

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

Color convert

RGB208186232-
CMYK0.100.2000.09
HSL268.7º50%81.96%-
HSV(B)268.7º19.83%90.98%-
XYZ58.1454.3583.77-
YUV197.82147.29135.26-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 33.23%
GREEN value IS 186 (73.05% from 255) = 29.71%
BLUE value IS 232 (91.02% from 255) = 37.06%
R=33.23%
G=29.71%
B=37.06%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2081862320.100.2000.09268.75081.96
HexD0BAE8A140910d3252
Octal320272350122401141562122
Binary110100001011101011101000101010100010011000011011100101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0BAE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0BAE8; }

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

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

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

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

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

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

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

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