#D9BAC7

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

Shades of Twilight #D9BAC7

Tints of Twilight #D9BAC7

Color information

#D9BAC7 (or 0xD9BAC7) is unknown color: approx Twilight. HEX triplet: D9, BA and C7. RGB value is (217,186,199). Sum of RGB (Red+Green+Blue) = 217+186+199=602 (79% of max value = 765). Red value is 217 (85.16% from 255 or 36.05% from 602); Green value is 186 (73.05% from 255 or 30.90% from 602); Blue value is 199 (78.12% from 255 or 33.06% from 602); Max value from RGB is 217 - color contains mainly: red. Hex color #D9BAC7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9BAC7 is #264538. Grayscale: #C4C4C4. Windows color (decimal): -2508089 or 13089497. OLE color: 13089497.

HSL color Cylindrical-coordinate representation of color #D9BAC7: hue angle of 334.84º degrees, saturation: 0.29, 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 #D9BAC7 is Cyan = 0, Magento = 0.14, Yellow = 0.08 and Black (K on CMYK) = 0.15.

Color convert

RGB217186199-
CMYK00.140.080.15
HSL334.84º28.97%79.02%-
HSV(B)334.84º14.29%85.1%-
XYZ56.4853.9961.48-
YUV196.75129.27142.44-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 36.05%
GREEN value IS 186 (73.05% from 255) = 30.90%
BLUE value IS 199 (78.12% from 255) = 33.06%
R=36.05%
G=30.90%
B=33.06%

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
Decimal21718619900.140.080.15334.8428.9779.02
HexD9BAC70E8F14f1d4f
Octal331272307016101751735117
Binary1101100110111010110001110111010001111101001111111011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9BAC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9BAC7; }

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

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

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

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

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

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

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

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