#D7BAC8

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

Shades of Twilight #D7BAC8

Tints of Twilight #D7BAC8

Color information

#D7BAC8 (or 0xD7BAC8) is unknown color: approx Twilight. HEX triplet: D7, BA and C8. RGB value is (215,186,200). Sum of RGB (Red+Green+Blue) = 215+186+200=601 (79% of max value = 765). Red value is 215 (84.38% from 255 or 35.77% from 601); Green value is 186 (73.05% from 255 or 30.95% from 601); Blue value is 200 (78.52% from 255 or 33.28% from 601); Max value from RGB is 215 - color contains mainly: red. Hex color #D7BAC8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D7BAC8 is #284537. Grayscale: #C4C4C4. Windows color (decimal): -2639160 or 13155031. OLE color: 13155031.

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

Color convert

RGB215186200-
CMYK00.130.070.16
HSL331.03º26.61%78.63%-
HSV(B)331.03º13.49%84.31%-
XYZ56.0153.7462.06-
YUV196.27130.11141.36-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 35.77%
GREEN value IS 186 (73.05% from 255) = 30.95%
BLUE value IS 200 (78.52% from 255) = 33.28%
R=35.77%
G=30.95%
B=33.28%

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
Decimal21518620000.130.070.16331.0326.6178.63
HexD7BAC80D71014b1b4f
Octal32727231001572051333117
Binary1101011110111010110010000110111110000101001011110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7BAC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7BAC8; }

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

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

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

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

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

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

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

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