#D8BAC8

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

Shades of Twilight #D8BAC8

Tints of Twilight #D8BAC8

Color information

#D8BAC8 (or 0xD8BAC8) is unknown color: approx Twilight. HEX triplet: D8, BA and C8. RGB value is (216,186,200). Sum of RGB (Red+Green+Blue) = 216+186+200=602 (79% of max value = 765). Red value is 216 (84.77% from 255 or 35.88% from 602); Green value is 186 (73.05% from 255 or 30.90% from 602); Blue value is 200 (78.52% from 255 or 33.22% from 602); Max value from RGB is 216 - color contains mainly: red. Hex color #D8BAC8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D8BAC8 is #274537. Grayscale: #C4C4C4. Windows color (decimal): -2573624 or 13155032. OLE color: 13155032.

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

Color convert

RGB216186200-
CMYK00.140.070.15
HSL332º27.78%78.82%-
HSV(B)332º13.89%84.71%-
XYZ56.353.8962.08-
YUV196.57129.94141.86-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 35.88%
GREEN value IS 186 (73.05% from 255) = 30.90%
BLUE value IS 200 (78.52% from 255) = 33.22%
R=35.88%
G=30.90%
B=33.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.07
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21618620000.140.070.1533227.7878.82
HexD8BAC80E7F14c1c4f
Octal33027231001671751434117
Binary110110001011101011001000011101111111101001100111001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8BAC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8BAC8; }

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

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

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

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

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

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

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

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