#D4BAF6

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

Shades of Fog #D4BAF6

Tints of Fog #D4BAF6

Color information

#D4BAF6 (or 0xD4BAF6) is unknown color: approx Fog. HEX triplet: D4, BA and F6. RGB value is (212,186,246). Sum of RGB (Red+Green+Blue) = 212+186+246=644 (85% of max value = 765). Red value is 212 (83.20% from 255 or 32.92% from 644); Green value is 186 (73.05% from 255 or 28.88% from 644); Blue value is 246 (96.48% from 255 or 38.20% from 644); Max value from RGB is 246 - color contains mainly: blue. Hex color #D4BAF6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D4BAF6 is #2B4509. Grayscale: #C8C8C8. Windows color (decimal): -2835722 or 16169684. OLE color: 16169684.

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

Color convert

RGB212186246-
CMYK0.140.2400.04
HSL266º76.92%84.71%-
HSV(B)266º24.39%96.47%-
XYZ61.3455.7794.72-
YUV200.61153.61136.12-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 32.92%
GREEN value IS 186 (73.05% from 255) = 28.88%
BLUE value IS 246 (96.48% from 255) = 38.20%
R=32.92%
G=28.88%
B=38.20%

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
Decimal2121862460.140.2400.0426676.9284.71
HexD4BAF6E180410a4d55
Octal324272366163004412115125
Binary110101001011101011110110111011000010010000101010011011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4BAF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4BAF6; }

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

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

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

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

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

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

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

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