#D0BAF9

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

Shades of Fog #D0BAF9

Tints of Fog #D0BAF9

Color information

#D0BAF9 (or 0xD0BAF9) is unknown color: approx Fog. HEX triplet: D0, BA and F9. RGB value is (208,186,249). Sum of RGB (Red+Green+Blue) = 208+186+249=643 (85% of max value = 765). Red value is 208 (81.64% from 255 or 32.35% from 643); Green value is 186 (73.05% from 255 or 28.93% from 643); Blue value is 249 (97.66% from 255 or 38.72% from 643); Max value from RGB is 249 - color contains mainly: blue. Hex color #D0BAF9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D0BAF9 is #2F4506. Grayscale: #C7C7C7. Windows color (decimal): -3097863 or 16366288. OLE color: 16366288.

HSL color Cylindrical-coordinate representation of color #D0BAF9: hue angle of 260.95º degrees, saturation: 0.84, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #D0BAF9 is Cyan = 0.16, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB208186249-
CMYK0.160.2500.02
HSL260.95º84%85.29%-
HSV(B)260.95º25.3%97.65%-
XYZ60.6755.3797.11-
YUV199.76155.79133.88-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 32.35%
GREEN value IS 186 (73.05% from 255) = 28.93%
BLUE value IS 249 (97.66% from 255) = 38.72%
R=32.35%
G=28.93%
B=38.72%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2081862490.160.2500.02260.958485.29
HexD0BAF91019021055455
Octal320272371203102405124125
Binary110100001011101011111001100001100101010000010110101001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0BAF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0BAF9; }

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

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

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

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

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

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

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

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