#D7BACC

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

Shades of Twilight #D7BACC

Tints of Twilight #D7BACC

Color information

#D7BACC (or 0xD7BACC) is unknown color: approx Twilight. HEX triplet: D7, BA and CC. RGB value is (215,186,204). Sum of RGB (Red+Green+Blue) = 215+186+204=605 (80% of max value = 765). Red value is 215 (84.38% from 255 or 35.54% from 605); Green value is 186 (73.05% from 255 or 30.74% from 605); Blue value is 204 (80.08% from 255 or 33.72% from 605); Max value from RGB is 215 - color contains mainly: red. Hex color #D7BACC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D7BACC is #284533. Grayscale: #C4C4C4. Windows color (decimal): -2639156 or 13417175. OLE color: 13417175.

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

Color convert

RGB215186204-
CMYK00.130.050.16
HSL322.76º26.61%78.63%-
HSV(B)322.76º13.49%84.31%-
XYZ56.4853.9264.56-
YUV196.72132.11141.04-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 35.54%
GREEN value IS 186 (73.05% from 255) = 30.74%
BLUE value IS 204 (80.08% from 255) = 33.72%
R=35.54%
G=30.74%
B=33.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.05
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21518620400.130.050.16322.7626.6178.63
HexD7BACC0D5101431b4f
Octal32727231401552050333117
Binary1101011110111010110011000110110110000101000011110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7BACC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7BACC; }

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

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

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

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

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

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

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

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