#D5BAF4

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

Shades of Fog #D5BAF4

Tints of Fog #D5BAF4

Color information

#D5BAF4 (or 0xD5BAF4) is unknown color: approx Fog. HEX triplet: D5, BA and F4. RGB value is (213,186,244). Sum of RGB (Red+Green+Blue) = 213+186+244=643 (85% of max value = 765). Red value is 213 (83.59% from 255 or 33.13% from 643); Green value is 186 (73.05% from 255 or 28.93% from 643); Blue value is 244 (95.70% from 255 or 37.95% from 643); Max value from RGB is 244 - color contains mainly: blue. Hex color #D5BAF4 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D5BAF4 is #2A450B. Grayscale: #C8C8C8. Windows color (decimal): -2770188 or 16038613. OLE color: 16038613.

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

Color convert

RGB213186244-
CMYK0.130.2400.04
HSL267.93º72.5%84.31%-
HSV(B)267.93º23.77%95.69%-
XYZ61.3355.893.13-
YUV200.68152.45136.78-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 33.13%
GREEN value IS 186 (73.05% from 255) = 28.93%
BLUE value IS 244 (95.70% from 255) = 37.95%
R=33.13%
G=28.93%
B=37.95%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2131862440.130.2400.04267.9372.584.31
HexD5BAF4D180410c4854
Octal325272364153004414110124
Binary110101011011101011110100110111000010010000110010010001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5BAF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5BAF4; }

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

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

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

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

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

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

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

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