#D9BACE

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

Shades of Twilight #D9BACE

Tints of Twilight #D9BACE

Color information

#D9BACE (or 0xD9BACE) is unknown color: approx Twilight. HEX triplet: D9, BA and CE. RGB value is (217,186,206). Sum of RGB (Red+Green+Blue) = 217+186+206=609 (80% of max value = 765). Red value is 217 (85.16% from 255 or 35.63% from 609); Green value is 186 (73.05% from 255 or 30.54% from 609); Blue value is 206 (80.86% from 255 or 33.83% from 609); Max value from RGB is 217 - color contains mainly: red. Hex color #D9BACE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9BACE is #264531. Grayscale: #C5C5C5. Windows color (decimal): -2508082 or 13548249. OLE color: 13548249.

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

Color convert

RGB217186206-
CMYK00.140.050.15
HSL321.29º28.97%79.02%-
HSV(B)321.29º14.29%85.1%-
XYZ57.3154.3365.86-
YUV197.55132.77141.87-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 35.63%
GREEN value IS 186 (73.05% from 255) = 30.54%
BLUE value IS 206 (80.86% from 255) = 33.83%
R=35.63%
G=30.54%
B=33.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.05
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21718620600.140.050.15321.2928.9779.02
HexD9BACE0E5F1411d4f
Octal33127231601651750135117
Binary110110011011101011001110011101011111101000001111011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9BACE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9BACE; }

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

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

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

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

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

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

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

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