#D9BACC

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

Shades of Twilight #D9BACC

Tints of Twilight #D9BACC

Color information

#D9BACC (or 0xD9BACC) is unknown color: approx Twilight. HEX triplet: D9, BA and CC. RGB value is (217,186,204). Sum of RGB (Red+Green+Blue) = 217+186+204=607 (80% of max value = 765). Red value is 217 (85.16% from 255 or 35.75% from 607); Green value is 186 (73.05% from 255 or 30.64% from 607); Blue value is 204 (80.08% from 255 or 33.61% from 607); Max value from RGB is 217 - color contains mainly: red. Hex color #D9BACC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9BACC is #264533. Grayscale: #C5C5C5. Windows color (decimal): -2508084 or 13417177. OLE color: 13417177.

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

Color convert

RGB217186204-
CMYK00.140.060.15
HSL325.16º28.97%79.02%-
HSV(B)325.16º14.29%85.1%-
XYZ57.0754.2364.59-
YUV197.32131.77142.04-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 35.75%
GREEN value IS 186 (73.05% from 255) = 30.64%
BLUE value IS 204 (80.08% from 255) = 33.61%
R=35.75%
G=30.64%
B=33.61%

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
Decimal21718620400.140.060.15325.1628.9779.02
HexD9BACC0E6F1451d4f
Octal33127231401661750535117
Binary110110011011101011001100011101101111101000101111011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9BACC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9BACC; }

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

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

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

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

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

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

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

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