#D2BAF8

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

Shades of Fog #D2BAF8

Tints of Fog #D2BAF8

Color information

#D2BAF8 (or 0xD2BAF8) is unknown color: approx Fog. HEX triplet: D2, BA and F8. RGB value is (210,186,248). Sum of RGB (Red+Green+Blue) = 210+186+248=644 (85% of max value = 765). Red value is 210 (82.42% from 255 or 32.61% from 644); Green value is 186 (73.05% from 255 or 28.88% from 644); Blue value is 248 (97.27% from 255 or 38.51% from 644); Max value from RGB is 248 - color contains mainly: blue. Hex color #D2BAF8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D2BAF8 is #2D4507. Grayscale: #C8C8C8. Windows color (decimal): -2966792 or 16300754. OLE color: 16300754.

HSL color Cylindrical-coordinate representation of color #D2BAF8: hue angle of 263.23º degrees, saturation: 0.82, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #D2BAF8 is Cyan = 0.15, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB210186248-
CMYK0.150.2500.03
HSL263.23º81.58%85.1%-
HSV(B)263.23º25%97.25%-
XYZ61.0855.696.32-
YUV200.24154.95134.96-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 32.61%
GREEN value IS 186 (73.05% from 255) = 28.88%
BLUE value IS 248 (97.27% from 255) = 38.51%
R=32.61%
G=28.88%
B=38.51%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2101862480.150.2500.03263.2381.5885.1
HexD2BAF8F19031075255
Octal322272370173103407122125
Binary11010010101110101111100011111100101110000011110100101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2BAF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2BAF8; }

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

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

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

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

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

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

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

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