#D5BAC5

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

Shades of Twilight #D5BAC5

Tints of Twilight #D5BAC5

Color information

#D5BAC5 (or 0xD5BAC5) is unknown color: approx Twilight. HEX triplet: D5, BA and C5. RGB value is (213,186,197). Sum of RGB (Red+Green+Blue) = 213+186+197=596 (78% of max value = 765). Red value is 213 (83.59% from 255 or 35.74% from 596); Green value is 186 (73.05% from 255 or 31.21% from 596); Blue value is 197 (77.34% from 255 or 33.05% from 596); Max value from RGB is 213 - color contains mainly: red. Hex color #D5BAC5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5BAC5 is #2A453A. Grayscale: #C3C3C3. Windows color (decimal): -2770235 or 12958421. OLE color: 12958421.

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

Color convert

RGB213186197-
CMYK00.130.080.16
HSL335.56º24.32%78.24%-
HSV(B)335.56º12.68%83.53%-
XYZ55.0853.360.21-
YUV195.33128.95140.61-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 35.74%
GREEN value IS 186 (73.05% from 255) = 31.21%
BLUE value IS 197 (77.34% from 255) = 33.05%
R=35.74%
G=31.21%
B=33.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.08
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21318619700.130.080.16335.5624.3278.24
HexD5BAC50D810150184e
Octal325272305015102052030116
Binary11010101101110101100010101101100010000101010000110001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5BAC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5BAC5; }

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

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

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

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

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

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

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

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