#D6BAC5

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

Shades of Twilight #D6BAC5

Tints of Twilight #D6BAC5

Color information

#D6BAC5 (or 0xD6BAC5) is unknown color: approx Twilight. HEX triplet: D6, BA and C5. RGB value is (214,186,197). Sum of RGB (Red+Green+Blue) = 214+186+197=597 (79% of max value = 765). Red value is 214 (83.98% from 255 or 35.85% from 597); Green value is 186 (73.05% from 255 or 31.16% from 597); Blue value is 197 (77.34% from 255 or 33.00% from 597); Max value from RGB is 214 - color contains mainly: red. Hex color #D6BAC5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6BAC5 is #29453A. Grayscale: #C3C3C3. Windows color (decimal): -2704699 or 12958422. OLE color: 12958422.

HSL color Cylindrical-coordinate representation of color #D6BAC5: hue angle of 336.43º 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 #D6BAC5 is Cyan = 0, Magento = 0.13, Yellow = 0.08 and Black (K on CMYK) = 0.16.

Color convert

RGB214186197-
CMYK00.130.080.16
HSL336.43º25.45%78.43%-
HSV(B)336.43º13.08%83.92%-
XYZ55.3753.4560.22-
YUV195.63128.78141.11-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 35.85%
GREEN value IS 186 (73.05% from 255) = 31.16%
BLUE value IS 197 (77.34% from 255) = 33.00%
R=35.85%
G=31.16%
B=33.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.08
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21418619700.130.080.16336.4325.4578.43
HexD6BAC50D810150194e
Octal326272305015102052031116
Binary11010110101110101100010101101100010000101010000110011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6BAC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6BAC5; }

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

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

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

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

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

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

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

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