#D7BAF2

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

Shades of Fog #D7BAF2

Tints of Fog #D7BAF2

Color information

#D7BAF2 (or 0xD7BAF2) is unknown color: approx Fog. HEX triplet: D7, BA and F2. RGB value is (215,186,242). Sum of RGB (Red+Green+Blue) = 215+186+242=643 (85% of max value = 765). Red value is 215 (84.38% from 255 or 33.44% from 643); Green value is 186 (73.05% from 255 or 28.93% from 643); Blue value is 242 (94.92% from 255 or 37.64% from 643); Max value from RGB is 242 - color contains mainly: blue. Hex color #D7BAF2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D7BAF2 is #28450D. Grayscale: #C8C8C8. Windows color (decimal): -2639118 or 15907543. OLE color: 15907543.

HSL color Cylindrical-coordinate representation of color #D7BAF2: hue angle of 271.07º degrees, saturation: 0.68, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #D7BAF2 is Cyan = 0.11, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB215186242-
CMYK0.110.2300.05
HSL271.07º68.29%83.92%-
HSV(B)271.07º23.14%94.9%-
XYZ61.6155.9891.56-
YUV201.05151.11137.95-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 33.44%
GREEN value IS 186 (73.05% from 255) = 28.93%
BLUE value IS 242 (94.92% from 255) = 37.64%
R=33.44%
G=28.93%
B=37.64%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2151862420.110.2300.05271.0768.2983.92
HexD7BAF2B170510f4454
Octal327272362132705417104124
Binary110101111011101011110010101110111010110000111110001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7BAF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7BAF2; }

 p { color: rgb(215,186,242); }

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

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

 a { background-color: rgb(215,186,242); }

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

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

 span { border-color: rgb(215,186,242); }

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