#D7BAC6

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

Shades of Twilight #D7BAC6

Tints of Twilight #D7BAC6

Color information

#D7BAC6 (or 0xD7BAC6) is unknown color: approx Twilight. HEX triplet: D7, BA and C6. RGB value is (215,186,198). Sum of RGB (Red+Green+Blue) = 215+186+198=599 (79% of max value = 765). Red value is 215 (84.38% from 255 or 35.89% from 599); Green value is 186 (73.05% from 255 or 31.05% from 599); Blue value is 198 (77.73% from 255 or 33.06% from 599); Max value from RGB is 215 - color contains mainly: red. Hex color #D7BAC6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D7BAC6 is #284539. Grayscale: #C4C4C4. Windows color (decimal): -2639162 or 13023959. OLE color: 13023959.

HSL color Cylindrical-coordinate representation of color #D7BAC6: hue angle of 335.17º degrees, saturation: 0.27, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #D7BAC6 is Cyan = 0, Magento = 0.13, Yellow = 0.08 and Black (K on CMYK) = 0.16.

Color convert

RGB215186198-
CMYK00.130.080.16
HSL335.17º26.61%78.63%-
HSV(B)335.17º13.49%84.31%-
XYZ55.7853.6460.84-
YUV196.04129.11141.52-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 35.89%
GREEN value IS 186 (73.05% from 255) = 31.05%
BLUE value IS 198 (77.73% from 255) = 33.06%
R=35.89%
G=31.05%
B=33.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.08
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21518619800.130.080.16335.1726.6178.63
HexD7BAC60D81014f1b4f
Octal327272306015102051733117
Binary11010111101110101100011001101100010000101001111110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7BAC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7BAC6; }

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

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

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

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

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

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

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

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