#D8BACB

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

Shades of Twilight #D8BACB

Tints of Twilight #D8BACB

Color information

#D8BACB (or 0xD8BACB) is unknown color: approx Twilight. HEX triplet: D8, BA and CB. RGB value is (216,186,203). Sum of RGB (Red+Green+Blue) = 216+186+203=605 (80% of max value = 765). Red value is 216 (84.77% from 255 or 35.70% from 605); Green value is 186 (73.05% from 255 or 30.74% from 605); Blue value is 203 (79.69% from 255 or 33.55% from 605); Max value from RGB is 216 - color contains mainly: red. Hex color #D8BACB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D8BACB is #274534. Grayscale: #C4C4C4. Windows color (decimal): -2573621 or 13351640. OLE color: 13351640.

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

Color convert

RGB216186203-
CMYK00.140.060.15
HSL326º27.78%78.82%-
HSV(B)326º13.89%84.71%-
XYZ56.6654.0363.94-
YUV196.91131.44141.62-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 35.70%
GREEN value IS 186 (73.05% from 255) = 30.74%
BLUE value IS 203 (79.69% from 255) = 33.55%
R=35.70%
G=30.74%
B=33.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.06
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21618620300.140.060.1532627.7878.82
HexD8BACB0E6F1461c4f
Octal33027231301661750634117
Binary110110001011101011001011011101101111101000110111001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8BACB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8BACB; }

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

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

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

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

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

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

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

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