#D3BAF5

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

Shades of Fog #D3BAF5

Tints of Fog #D3BAF5

Color information

#D3BAF5 (or 0xD3BAF5) is unknown color: approx Fog. HEX triplet: D3, BA and F5. RGB value is (211,186,245). Sum of RGB (Red+Green+Blue) = 211+186+245=642 (85% of max value = 765). Red value is 211 (82.81% from 255 or 32.87% from 642); Green value is 186 (73.05% from 255 or 28.97% from 642); Blue value is 245 (96.09% from 255 or 38.16% from 642); Max value from RGB is 245 - color contains mainly: blue. Hex color #D3BAF5 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D3BAF5 is #2C450A. Grayscale: #C7C7C7. Windows color (decimal): -2901259 or 16104147. OLE color: 16104147.

HSL color Cylindrical-coordinate representation of color #D3BAF5: hue angle of 265.42º degrees, saturation: 0.75, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #D3BAF5 is Cyan = 0.14, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB211186245-
CMYK0.140.2400.04
HSL265.42º74.68%84.51%-
HSV(B)265.42º24.08%96.08%-
XYZ60.955.5693.9-
YUV200.2153.28135.7-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 32.87%
GREEN value IS 186 (73.05% from 255) = 28.97%
BLUE value IS 245 (96.09% from 255) = 38.16%
R=32.87%
G=28.97%
B=38.16%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2111862450.140.2400.04265.4274.6884.51
HexD3BAF5E18041094b55
Octal323272365163004411113125
Binary110100111011101011110101111011000010010000100110010111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3BAF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3BAF5; }

 p { color: rgb(211,186,245); }

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

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

 a { background-color: rgb(211,186,245); }

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

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

 span { border-color: rgb(211,186,245); }

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