#D4BAF5

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

Shades of Fog #D4BAF5

Tints of Fog #D4BAF5

Color information

#D4BAF5 (or 0xD4BAF5) is unknown color: approx Fog. HEX triplet: D4, BA and F5. RGB value is (212,186,245). Sum of RGB (Red+Green+Blue) = 212+186+245=643 (85% of max value = 765). Red value is 212 (83.20% from 255 or 32.97% from 643); Green value is 186 (73.05% from 255 or 28.93% from 643); Blue value is 245 (96.09% from 255 or 38.10% from 643); Max value from RGB is 245 - color contains mainly: blue. Hex color #D4BAF5 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D4BAF5 is #2B450A. Grayscale: #C8C8C8. Windows color (decimal): -2835723 or 16104148. OLE color: 16104148.

HSL color Cylindrical-coordinate representation of color #D4BAF5: hue angle of 266.44º 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 #D4BAF5 is Cyan = 0.13, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB212186245-
CMYK0.130.2400.04
HSL266.44º74.68%84.51%-
HSV(B)266.44º24.08%96.08%-
XYZ61.1955.7193.91-
YUV200.5153.11136.2-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 32.97%
GREEN value IS 186 (73.05% from 255) = 28.93%
BLUE value IS 245 (96.09% from 255) = 38.10%
R=32.97%
G=28.93%
B=38.10%

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
Decimal2121862450.130.2400.04266.4474.6884.51
HexD4BAF5D180410a4b55
Octal324272365153004412113125
Binary110101001011101011110101110111000010010000101010010111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4BAF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4BAF5; }

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

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

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

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

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

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

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

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