#D9BACB

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

Shades of Twilight #D9BACB

Tints of Twilight #D9BACB

Color information

#D9BACB (or 0xD9BACB) is unknown color: approx Twilight. HEX triplet: D9, BA and CB. RGB value is (217,186,203). Sum of RGB (Red+Green+Blue) = 217+186+203=606 (80% of max value = 765). Red value is 217 (85.16% from 255 or 35.81% from 606); Green value is 186 (73.05% from 255 or 30.69% from 606); Blue value is 203 (79.69% from 255 or 33.50% from 606); Max value from RGB is 217 - color contains mainly: red. Hex color #D9BACB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9BACB is #264534. Grayscale: #C5C5C5. Windows color (decimal): -2508085 or 13351641. OLE color: 13351641.

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

Color convert

RGB217186203-
CMYK00.140.060.15
HSL327.1º28.97%79.02%-
HSV(B)327.1º14.29%85.1%-
XYZ56.9554.1863.96-
YUV197.21131.27142.12-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 35.81%
GREEN value IS 186 (73.05% from 255) = 30.69%
BLUE value IS 203 (79.69% from 255) = 33.50%
R=35.81%
G=30.69%
B=33.50%

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
Decimal21718620300.140.060.15327.128.9779.02
HexD9BACB0E6F1471d4f
Octal33127231301661750735117
Binary110110011011101011001011011101101111101000111111011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9BACB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9BACB; }

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

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

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

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

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

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

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

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