#D8BAC7

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

Shades of Twilight #D8BAC7

Tints of Twilight #D8BAC7

Color information

#D8BAC7 (or 0xD8BAC7) is unknown color: approx Twilight. HEX triplet: D8, BA and C7. RGB value is (216,186,199). Sum of RGB (Red+Green+Blue) = 216+186+199=601 (79% of max value = 765). Red value is 216 (84.77% from 255 or 35.94% from 601); Green value is 186 (73.05% from 255 or 30.95% from 601); Blue value is 199 (78.12% from 255 or 33.11% from 601); Max value from RGB is 216 - color contains mainly: red. Hex color #D8BAC7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D8BAC7 is #274538. Grayscale: #C4C4C4. Windows color (decimal): -2573625 or 13089496. OLE color: 13089496.

HSL color Cylindrical-coordinate representation of color #D8BAC7: hue angle of 334º degrees, saturation: 0.28, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #D8BAC7 is Cyan = 0, Magento = 0.14, Yellow = 0.08 and Black (K on CMYK) = 0.15.

Color convert

RGB216186199-
CMYK00.140.080.15
HSL334º27.78%78.82%-
HSV(B)334º13.89%84.71%-
XYZ56.1953.8461.46-
YUV196.45129.44141.94-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 35.94%
GREEN value IS 186 (73.05% from 255) = 30.95%
BLUE value IS 199 (78.12% from 255) = 33.11%
R=35.94%
G=30.95%
B=33.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.08
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21618619900.140.080.1533427.7878.82
HexD8BAC70E8F14e1c4f
Octal330272307016101751634117
Binary1101100010111010110001110111010001111101001110111001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8BAC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8BAC7; }

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

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

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

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

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

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

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

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