#D2BAF9

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

Shades of Fog #D2BAF9

Tints of Fog #D2BAF9

Color information

#D2BAF9 (or 0xD2BAF9) is unknown color: approx Fog. HEX triplet: D2, BA and F9. RGB value is (210,186,249). Sum of RGB (Red+Green+Blue) = 210+186+249=645 (85% of max value = 765). Red value is 210 (82.42% from 255 or 32.56% from 645); Green value is 186 (73.05% from 255 or 28.84% from 645); Blue value is 249 (97.66% from 255 or 38.60% from 645); Max value from RGB is 249 - color contains mainly: blue. Hex color #D2BAF9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D2BAF9 is #2D4506. Grayscale: #C8C8C8. Windows color (decimal): -2966791 or 16366290. OLE color: 16366290.

HSL color Cylindrical-coordinate representation of color #D2BAF9: hue angle of 262.86º 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 #D2BAF9 is Cyan = 0.16, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB210186249-
CMYK0.160.2500.02
HSL262.86º84%85.29%-
HSV(B)262.86º25.3%97.65%-
XYZ61.2455.6697.14-
YUV200.36155.45134.88-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 32.56%
GREEN value IS 186 (73.05% from 255) = 28.84%
BLUE value IS 249 (97.66% from 255) = 38.60%
R=32.56%
G=28.84%
B=38.60%

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
Decimal2101862490.160.2500.02262.868485.29
HexD2BAF91019021075455
Octal322272371203102407124125
Binary110100101011101011111001100001100101010000011110101001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2BAF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2BAF9; }

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

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

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

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

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

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

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

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