#D9BAC8

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

Shades of Twilight #D9BAC8

Tints of Twilight #D9BAC8

Color information

#D9BAC8 (or 0xD9BAC8) is unknown color: approx Twilight. HEX triplet: D9, BA and C8. RGB value is (217,186,200). Sum of RGB (Red+Green+Blue) = 217+186+200=603 (79% of max value = 765). Red value is 217 (85.16% from 255 or 35.99% from 603); Green value is 186 (73.05% from 255 or 30.85% from 603); Blue value is 200 (78.52% from 255 or 33.17% from 603); Max value from RGB is 217 - color contains mainly: red. Hex color #D9BAC8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9BAC8 is #264537. Grayscale: #C4C4C4. Windows color (decimal): -2508088 or 13155033. OLE color: 13155033.

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

Color convert

RGB217186200-
CMYK00.140.080.15
HSL332.9º28.97%79.02%-
HSV(B)332.9º14.29%85.1%-
XYZ56.654.0462.09-
YUV196.86129.77142.36-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 35.99%
GREEN value IS 186 (73.05% from 255) = 30.85%
BLUE value IS 200 (78.52% from 255) = 33.17%
R=35.99%
G=30.85%
B=33.17%

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
Decimal21718620000.140.080.15332.928.9779.02
HexD9BAC80E8F14d1d4f
Octal331272310016101751535117
Binary1101100110111010110010000111010001111101001101111011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9BAC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9BAC8; }

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

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

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

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

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

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

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

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