#D5BACD

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

Shades of Twilight #D5BACD

Tints of Twilight #D5BACD

Color information

#D5BACD (or 0xD5BACD) is unknown color: approx Twilight. HEX triplet: D5, BA and CD. RGB value is (213,186,205). Sum of RGB (Red+Green+Blue) = 213+186+205=604 (80% of max value = 765). Red value is 213 (83.59% from 255 or 35.26% from 604); Green value is 186 (73.05% from 255 or 30.79% from 604); Blue value is 205 (80.47% from 255 or 33.94% from 604); Max value from RGB is 213 - color contains mainly: red. Hex color #D5BACD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5BACD is #2A4532. Grayscale: #C4C4C4. Windows color (decimal): -2770227 or 13482709. OLE color: 13482709.

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

Color convert

RGB213186205-
CMYK00.130.040.16
HSL317.78º24.32%78.24%-
HSV(B)317.78º12.68%83.53%-
XYZ56.0253.6765.16-
YUV196.24132.95139.96-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 35.26%
GREEN value IS 186 (73.05% from 255) = 30.79%
BLUE value IS 205 (80.47% from 255) = 33.94%
R=35.26%
G=30.79%
B=33.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.04
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21318620500.130.040.16317.7824.3278.24
HexD5BACD0D41013e184e
Octal32527231501542047630116
Binary1101010110111010110011010110110010000100111110110001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5BACD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5BACD; }

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

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

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

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

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

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

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

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