#D7BACA

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

Shades of Twilight #D7BACA

Tints of Twilight #D7BACA

Color information

#D7BACA (or 0xD7BACA) is unknown color: approx Twilight. HEX triplet: D7, BA and CA. RGB value is (215,186,202). Sum of RGB (Red+Green+Blue) = 215+186+202=603 (79% of max value = 765). Red value is 215 (84.38% from 255 or 35.66% from 603); Green value is 186 (73.05% from 255 or 30.85% from 603); Blue value is 202 (79.30% from 255 or 33.50% from 603); Max value from RGB is 215 - color contains mainly: red. Hex color #D7BACA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D7BACA is #284535. Grayscale: #C4C4C4. Windows color (decimal): -2639158 or 13286103. OLE color: 13286103.

HSL color Cylindrical-coordinate representation of color #D7BACA: hue angle of 326.9º degrees, saturation: 0.27, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #D7BACA is Cyan = 0, Magento = 0.13, Yellow = 0.06 and Black (K on CMYK) = 0.16.

Color convert

RGB215186202-
CMYK00.130.060.16
HSL326.9º26.61%78.63%-
HSV(B)326.9º13.49%84.31%-
XYZ56.2453.8363.3-
YUV196.49131.11141.2-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 35.66%
GREEN value IS 186 (73.05% from 255) = 30.85%
BLUE value IS 202 (79.30% from 255) = 33.50%
R=35.66%
G=30.85%
B=33.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.06
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21518620200.130.060.16326.926.6178.63
HexD7BACA0D6101471b4f
Octal32727231201562050733117
Binary1101011110111010110010100110111010000101000111110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7BACA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7BACA; }

 p { color: rgb(215,186,202); }

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

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

 a { background-color: rgb(215,186,202); }

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

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

 span { border-color: rgb(215,186,202); }

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