#D6BAC9

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

Shades of Twilight #D6BAC9

Tints of Twilight #D6BAC9

Color information

#D6BAC9 (or 0xD6BAC9) is unknown color: approx Twilight. HEX triplet: D6, BA and C9. RGB value is (214,186,201). Sum of RGB (Red+Green+Blue) = 214+186+201=601 (79% of max value = 765). Red value is 214 (83.98% from 255 or 35.61% from 601); Green value is 186 (73.05% from 255 or 30.95% from 601); Blue value is 201 (78.91% from 255 or 33.44% from 601); Max value from RGB is 214 - color contains mainly: red. Hex color #D6BAC9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6BAC9 is #294536. Grayscale: #C4C4C4. Windows color (decimal): -2704695 or 13220566. OLE color: 13220566.

HSL color Cylindrical-coordinate representation of color #D6BAC9: hue angle of 327.86º degrees, saturation: 0.25, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #D6BAC9 is Cyan = 0, Magento = 0.13, Yellow = 0.06 and Black (K on CMYK) = 0.16.

Color convert

RGB214186201-
CMYK00.130.060.16
HSL327.86º25.45%78.43%-
HSV(B)327.86º13.08%83.92%-
XYZ55.8353.6362.67-
YUV196.08130.78140.78-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 35.61%
GREEN value IS 186 (73.05% from 255) = 30.95%
BLUE value IS 201 (78.91% from 255) = 33.44%
R=35.61%
G=30.95%
B=33.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.06
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21418620100.130.060.16327.8625.4578.43
HexD6BAC90D610148194e
Octal32627231101562051031116
Binary1101011010111010110010010110111010000101001000110011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6BAC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6BAC9; }

 p { color: rgb(214,186,201); }

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

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

 a { background-color: rgb(214,186,201); }

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

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

 span { border-color: rgb(214,186,201); }

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