#D9BACF

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

Shades of Twilight #D9BACF

Tints of Twilight #D9BACF

Color information

#D9BACF (or 0xD9BACF) is unknown color: approx Twilight. HEX triplet: D9, BA and CF. RGB value is (217,186,207). Sum of RGB (Red+Green+Blue) = 217+186+207=610 (80% of max value = 765). Red value is 217 (85.16% from 255 or 35.57% from 610); Green value is 186 (73.05% from 255 or 30.49% from 610); Blue value is 207 (81.25% from 255 or 33.93% from 610); Max value from RGB is 217 - color contains mainly: red. Hex color #D9BACF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9BACF is #264530. Grayscale: #C5C5C5. Windows color (decimal): -2508081 or 13613785. OLE color: 13613785.

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

Color convert

RGB217186207-
CMYK00.140.050.15
HSL319.35º28.97%79.02%-
HSV(B)319.35º14.29%85.1%-
XYZ57.4454.3766.5-
YUV197.66133.27141.79-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 35.57%
GREEN value IS 186 (73.05% from 255) = 30.49%
BLUE value IS 207 (81.25% from 255) = 33.93%
R=35.57%
G=30.49%
B=33.93%

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
Decimal21718620700.140.050.15319.3528.9779.02
HexD9BACF0E5F13f1d4f
Octal33127231701651747735117
Binary110110011011101011001111011101011111100111111111011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9BACF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9BACF; }

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

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

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

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

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

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

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

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