#D4BAF7

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

Shades of Fog #D4BAF7

Tints of Fog #D4BAF7

Color information

#D4BAF7 (or 0xD4BAF7) is unknown color: approx Fog. HEX triplet: D4, BA and F7. RGB value is (212,186,247). Sum of RGB (Red+Green+Blue) = 212+186+247=645 (85% of max value = 765). Red value is 212 (83.20% from 255 or 32.87% from 645); Green value is 186 (73.05% from 255 or 28.84% from 645); Blue value is 247 (96.88% from 255 or 38.29% from 645); Max value from RGB is 247 - color contains mainly: blue. Hex color #D4BAF7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D4BAF7 is #2B4508. Grayscale: #C8C8C8. Windows color (decimal): -2835721 or 16235220. OLE color: 16235220.

HSL color Cylindrical-coordinate representation of color #D4BAF7: hue angle of 265.57º degrees, saturation: 0.79, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #D4BAF7 is Cyan = 0.14, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB212186247-
CMYK0.140.2500.03
HSL265.57º79.22%84.9%-
HSV(B)265.57º24.7%96.86%-
XYZ61.555.8395.53-
YUV200.73154.11136.04-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 32.87%
GREEN value IS 186 (73.05% from 255) = 28.84%
BLUE value IS 247 (96.88% from 255) = 38.29%
R=32.87%
G=28.84%
B=38.29%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2121862470.140.2500.03265.5779.2284.9
HexD4BAF7E190310a4f55
Octal324272367163103412117125
Binary11010100101110101111011111101100101110000101010011111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4BAF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4BAF7; }

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

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

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

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

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

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

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

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