#D8BAC6

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

Shades of Twilight #D8BAC6

Tints of Twilight #D8BAC6

Color information

#D8BAC6 (or 0xD8BAC6) is unknown color: approx Twilight. HEX triplet: D8, BA and C6. RGB value is (216,186,198). Sum of RGB (Red+Green+Blue) = 216+186+198=600 (79% of max value = 765). Red value is 216 (84.77% from 255 or 36% from 600); Green value is 186 (73.05% from 255 or 31% from 600); Blue value is 198 (77.73% from 255 or 33% from 600); Max value from RGB is 216 - color contains mainly: red. Hex color #D8BAC6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D8BAC6 is #274539. Grayscale: #C4C4C4. Windows color (decimal): -2573626 or 13023960. OLE color: 13023960.

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

Color convert

RGB216186198-
CMYK00.140.080.15
HSL336º27.78%78.82%-
HSV(B)336º13.89%84.71%-
XYZ56.0753.7960.85-
YUV196.34128.94142.02-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 36%
GREEN value IS 186 (73.05% from 255) = 31%
BLUE value IS 198 (77.73% from 255) = 33%
R=36%
G=31%
B=33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.08
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21618619800.140.080.1533627.7878.82
HexD8BAC60E8F1501c4f
Octal330272306016101752034117
Binary1101100010111010110001100111010001111101010000111001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8BAC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8BAC6; }

 p { color: rgb(216,186,198); }

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

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

 a { background-color: rgb(216,186,198); }

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

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

 span { border-color: rgb(216,186,198); }

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