#D5BAC9

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

Shades of Twilight #D5BAC9

Tints of Twilight #D5BAC9

Color information

#D5BAC9 (or 0xD5BAC9) is unknown color: approx Twilight. HEX triplet: D5, BA and C9. RGB value is (213,186,201). Sum of RGB (Red+Green+Blue) = 213+186+201=600 (79% of max value = 765). Red value is 213 (83.59% from 255 or 35.5% from 600); Green value is 186 (73.05% from 255 or 31% from 600); Blue value is 201 (78.91% from 255 or 33.5% from 600); Max value from RGB is 213 - color contains mainly: red. Hex color #D5BAC9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5BAC9 is #2A4536. Grayscale: #C3C3C3. Windows color (decimal): -2770231 or 13220565. OLE color: 13220565.

HSL color Cylindrical-coordinate representation of color #D5BAC9: hue angle of 326.67º degrees, saturation: 0.24, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #D5BAC9 is Cyan = 0, Magento = 0.13, Yellow = 0.06 and Black (K on CMYK) = 0.16.

Color convert

RGB213186201-
CMYK00.130.060.16
HSL326.67º24.32%78.24%-
HSV(B)326.67º12.68%83.53%-
XYZ55.5453.4862.65-
YUV195.78130.95140.28-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 35.5%
GREEN value IS 186 (73.05% from 255) = 31%
BLUE value IS 201 (78.91% from 255) = 33.5%
R=35.5%
G=31%
B=33.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.06
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21318620100.130.060.16326.6724.3278.24
HexD5BAC90D610147184e
Octal32527231101562050730116
Binary1101010110111010110010010110111010000101000111110001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5BAC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5BAC9; }

 p { color: rgb(213,186,201); }

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

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

 a { background-color: rgb(213,186,201); }

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

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

 span { border-color: rgb(213,186,201); }

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