#D5BAF3

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

Shades of Fog #D5BAF3

Tints of Fog #D5BAF3

Color information

#D5BAF3 (or 0xD5BAF3) is unknown color: approx Fog. HEX triplet: D5, BA and F3. RGB value is (213,186,243). Sum of RGB (Red+Green+Blue) = 213+186+243=642 (85% of max value = 765). Red value is 213 (83.59% from 255 or 33.18% from 642); Green value is 186 (73.05% from 255 or 28.97% from 642); Blue value is 243 (95.31% from 255 or 37.85% from 642); Max value from RGB is 243 - color contains mainly: blue. Hex color #D5BAF3 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D5BAF3 is #2A450C. Grayscale: #C8C8C8. Windows color (decimal): -2770189 or 15973077. OLE color: 15973077.

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

Color convert

RGB213186243-
CMYK0.120.2300.05
HSL268.42º70.37%84.12%-
HSV(B)268.42º23.46%95.29%-
XYZ61.1855.7492.33-
YUV200.57151.95136.87-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 33.18%
GREEN value IS 186 (73.05% from 255) = 28.97%
BLUE value IS 243 (95.31% from 255) = 37.85%
R=33.18%
G=28.97%
B=37.85%

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
Decimal2131862430.120.2300.05268.4270.3784.12
HexD5BAF3C170510c4654
Octal325272363142705414106124
Binary110101011011101011110011110010111010110000110010001101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5BAF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5BAF3; }

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

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

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

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

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

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

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

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