#D7BAC7

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

Shades of Twilight #D7BAC7

Tints of Twilight #D7BAC7

Color information

#D7BAC7 (or 0xD7BAC7) is unknown color: approx Twilight. HEX triplet: D7, BA and C7. RGB value is (215,186,199). Sum of RGB (Red+Green+Blue) = 215+186+199=600 (79% of max value = 765). Red value is 215 (84.38% from 255 or 35.83% from 600); Green value is 186 (73.05% from 255 or 31% from 600); Blue value is 199 (78.12% from 255 or 33.17% from 600); Max value from RGB is 215 - color contains mainly: red. Hex color #D7BAC7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D7BAC7 is #284538. Grayscale: #C4C4C4. Windows color (decimal): -2639161 or 13089495. OLE color: 13089495.

HSL color Cylindrical-coordinate representation of color #D7BAC7: hue angle of 333.1º 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 #D7BAC7 is Cyan = 0, Magento = 0.13, Yellow = 0.07 and Black (K on CMYK) = 0.16.

Color convert

RGB215186199-
CMYK00.130.070.16
HSL333.1º26.61%78.63%-
HSV(B)333.1º13.49%84.31%-
XYZ55.8953.6961.45-
YUV196.15129.61141.44-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 35.83%
GREEN value IS 186 (73.05% from 255) = 31%
BLUE value IS 199 (78.12% from 255) = 33.17%
R=35.83%
G=31%
B=33.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.07
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21518619900.130.070.16333.126.6178.63
HexD7BAC70D71014d1b4f
Octal32727230701572051533117
Binary1101011110111010110001110110111110000101001101110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7BAC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7BAC7; }

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

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

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

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

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

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

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

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