#D5BAF1

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

Shades of Fog #D5BAF1

Tints of Fog #D5BAF1

Color information

#D5BAF1 (or 0xD5BAF1) is unknown color: approx Fog. HEX triplet: D5, BA and F1. RGB value is (213,186,241). Sum of RGB (Red+Green+Blue) = 213+186+241=640 (84% of max value = 765). Red value is 213 (83.59% from 255 or 33.28% from 640); Green value is 186 (73.05% from 255 or 29.06% from 640); Blue value is 241 (94.53% from 255 or 37.66% from 640); Max value from RGB is 241 - color contains mainly: blue. Hex color #D5BAF1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D5BAF1 is #2A450E. Grayscale: #C8C8C8. Windows color (decimal): -2770191 or 15842005. OLE color: 15842005.

HSL color Cylindrical-coordinate representation of color #D5BAF1: hue angle of 269.45º 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 #D5BAF1 is Cyan = 0.12, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB213186241-
CMYK0.120.2300.05
HSL269.45º66.27%83.73%-
HSV(B)269.45º22.82%94.51%-
XYZ60.8855.6190.75-
YUV200.34150.95137.03-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 33.28%
GREEN value IS 186 (73.05% from 255) = 29.06%
BLUE value IS 241 (94.53% from 255) = 37.66%
R=33.28%
G=29.06%
B=37.66%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2131862410.120.2300.05269.4566.2783.73
HexD5BAF1C170510d4254
Octal325272361142705415102124
Binary110101011011101011110001110010111010110000110110000101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5BAF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5BAF1; }

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

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

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

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

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

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

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

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