#D4BAF0

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

Shades of Fog #D4BAF0

Tints of Fog #D4BAF0

Color information

#D4BAF0 (or 0xD4BAF0) is unknown color: approx Fog. HEX triplet: D4, BA and F0. RGB value is (212,186,240). Sum of RGB (Red+Green+Blue) = 212+186+240=638 (84% of max value = 765). Red value is 212 (83.20% from 255 or 33.23% from 638); Green value is 186 (73.05% from 255 or 29.15% from 638); Blue value is 240 (94.14% from 255 or 37.62% from 638); Max value from RGB is 240 - color contains mainly: blue. Hex color #D4BAF0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D4BAF0 is #2B450F. Grayscale: #C7C7C7. Windows color (decimal): -2835728 or 15776468. OLE color: 15776468.

HSL color Cylindrical-coordinate representation of color #D4BAF0: hue angle of 268.89º degrees, saturation: 0.64, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #D4BAF0 is Cyan = 0.12, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB212186240-
CMYK0.120.2200.06
HSL268.89º64.29%83.53%-
HSV(B)268.89º22.5%94.12%-
XYZ60.4455.4189.95-
YUV199.93150.61136.61-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 33.23%
GREEN value IS 186 (73.05% from 255) = 29.15%
BLUE value IS 240 (94.14% from 255) = 37.62%
R=33.23%
G=29.15%
B=37.62%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2121862400.120.2200.06268.8964.2983.53
HexD4BAF0C160610d4054
Octal324272360142606415100124
Binary110101001011101011110000110010110011010000110110000001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4BAF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4BAF0; }

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

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

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

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

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

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

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

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