#D6BAC7

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

Shades of Twilight #D6BAC7

Tints of Twilight #D6BAC7

Color information

#D6BAC7 (or 0xD6BAC7) is unknown color: approx Twilight. HEX triplet: D6, BA and C7. RGB value is (214,186,199). Sum of RGB (Red+Green+Blue) = 214+186+199=599 (79% of max value = 765). Red value is 214 (83.98% from 255 or 35.73% from 599); Green value is 186 (73.05% from 255 or 31.05% from 599); Blue value is 199 (78.12% from 255 or 33.22% from 599); Max value from RGB is 214 - color contains mainly: red. Hex color #D6BAC7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6BAC7 is #294538. Grayscale: #C3C3C3. Windows color (decimal): -2704697 or 13089494. OLE color: 13089494.

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

Color convert

RGB214186199-
CMYK00.130.070.16
HSL332.14º25.45%78.43%-
HSV(B)332.14º13.08%83.92%-
XYZ55.653.5461.44-
YUV195.85129.78140.94-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 35.73%
GREEN value IS 186 (73.05% from 255) = 31.05%
BLUE value IS 199 (78.12% from 255) = 33.22%
R=35.73%
G=31.05%
B=33.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.07
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21418619900.130.070.16332.1425.4578.43
HexD6BAC70D71014c194e
Octal32627230701572051431116
Binary1101011010111010110001110110111110000101001100110011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6BAC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6BAC7; }

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

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

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

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

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

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

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

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