#D5BACC

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

Shades of Twilight #D5BACC

Tints of Twilight #D5BACC

Color information

#D5BACC (or 0xD5BACC) is unknown color: approx Twilight. HEX triplet: D5, BA and CC. RGB value is (213,186,204). Sum of RGB (Red+Green+Blue) = 213+186+204=603 (79% of max value = 765). Red value is 213 (83.59% from 255 or 35.32% from 603); Green value is 186 (73.05% from 255 or 30.85% from 603); Blue value is 204 (80.08% from 255 or 33.83% from 603); Max value from RGB is 213 - color contains mainly: red. Hex color #D5BACC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5BACC is #2A4533. Grayscale: #C4C4C4. Windows color (decimal): -2770228 or 13417173. OLE color: 13417173.

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

Color convert

RGB213186204-
CMYK00.130.040.16
HSL320º24.32%78.24%-
HSV(B)320º12.68%83.53%-
XYZ55.953.6264.53-
YUV196.12132.45140.04-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 35.32%
GREEN value IS 186 (73.05% from 255) = 30.85%
BLUE value IS 204 (80.08% from 255) = 33.83%
R=35.32%
G=30.85%
B=33.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.04
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21318620400.130.040.1632024.3278.24
HexD5BACC0D410140184e
Octal32527231401542050030116
Binary1101010110111010110011000110110010000101000000110001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5BACC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5BACC; }

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

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

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

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

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

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

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

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