#D9BACD

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

Shades of Twilight #D9BACD

Tints of Twilight #D9BACD

Color information

#D9BACD (or 0xD9BACD) is unknown color: approx Twilight. HEX triplet: D9, BA and CD. RGB value is (217,186,205). Sum of RGB (Red+Green+Blue) = 217+186+205=608 (80% of max value = 765). Red value is 217 (85.16% from 255 or 35.69% from 608); Green value is 186 (73.05% from 255 or 30.59% from 608); Blue value is 205 (80.47% from 255 or 33.72% from 608); Max value from RGB is 217 - color contains mainly: red. Hex color #D9BACD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9BACD is #264532. Grayscale: #C5C5C5. Windows color (decimal): -2508083 or 13482713. OLE color: 13482713.

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

Color convert

RGB217186205-
CMYK00.140.060.15
HSL323.23º28.97%79.02%-
HSV(B)323.23º14.29%85.1%-
XYZ57.1954.2865.22-
YUV197.44132.27141.96-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 35.69%
GREEN value IS 186 (73.05% from 255) = 30.59%
BLUE value IS 205 (80.47% from 255) = 33.72%
R=35.69%
G=30.59%
B=33.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.06
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21718620500.140.060.15323.2328.9779.02
HexD9BACD0E6F1431d4f
Octal33127231501661750335117
Binary110110011011101011001101011101101111101000011111011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9BACD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9BACD; }

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

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

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

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

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

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

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

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