#D2BAF1

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

Shades of Fog #D2BAF1

Tints of Fog #D2BAF1

Color information

#D2BAF1 (or 0xD2BAF1) is unknown color: approx Fog. HEX triplet: D2, BA and F1. RGB value is (210,186,241). Sum of RGB (Red+Green+Blue) = 210+186+241=637 (84% of max value = 765). Red value is 210 (82.42% from 255 or 32.97% from 637); Green value is 186 (73.05% from 255 or 29.20% from 637); Blue value is 241 (94.53% from 255 or 37.83% from 637); Max value from RGB is 241 - color contains mainly: blue. Hex color #D2BAF1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D2BAF1 is #2D450E. Grayscale: #C7C7C7. Windows color (decimal): -2966799 or 15842002. OLE color: 15842002.

HSL color Cylindrical-coordinate representation of color #D2BAF1: hue angle of 266.18º degrees, saturation: 0.66, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #D2BAF1 is Cyan = 0.13, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB210186241-
CMYK0.130.2300.05
HSL266.18º66.27%83.73%-
HSV(B)266.18º22.82%94.51%-
XYZ60.0155.1790.7-
YUV199.45151.45135.53-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 32.97%
GREEN value IS 186 (73.05% from 255) = 29.20%
BLUE value IS 241 (94.53% from 255) = 37.83%
R=32.97%
G=29.20%
B=37.83%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2101862410.130.2300.05266.1866.2783.73
HexD2BAF1D170510a4254
Octal322272361152705412102124
Binary110100101011101011110001110110111010110000101010000101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2BAF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2BAF1; }

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

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

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

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

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

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

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

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