#DBACC5

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

Shades of Twilight #DBACC5

Tints of Twilight #DBACC5

Color information

#DBACC5 (or 0xDBACC5) is unknown color: approx Twilight. HEX triplet: DB, AC and C5. RGB value is (219,172,197). Sum of RGB (Red+Green+Blue) = 219+172+197=588 (77% of max value = 765). Red value is 219 (85.94% from 255 or 37.24% from 588); Green value is 172 (67.58% from 255 or 29.25% from 588); Blue value is 197 (77.34% from 255 or 33.50% from 588); Max value from RGB is 219 - color contains mainly: red. Hex color #DBACC5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DBACC5 is #24533A. Grayscale: #BCBCBC. Windows color (decimal): -2380603 or 12954843. OLE color: 12954843.

HSL color Cylindrical-coordinate representation of color #DBACC5: hue angle of 328.09º degrees, saturation: 0.39, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #DBACC5 is Cyan = 0, Magento = 0.21, Yellow = 0.10 and Black (K on CMYK) = 0.14.

Color convert

RGB219172197-
CMYK00.210.100.14
HSL328.09º39.5%76.67%-
HSV(B)328.09º21.46%85.88%-
XYZ54.0448.659.35-
YUV188.9132.57149.47-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 37.24%
GREEN value IS 172 (67.58% from 255) = 29.25%
BLUE value IS 197 (77.34% from 255) = 33.50%
R=37.24%
G=29.25%
B=33.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.10
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21917219700.210.100.14328.0939.576.67
HexDBACC5015AE148274d
Octal333254305025121651047115
Binary110110111010110011000101010101101011101010010001001111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBACC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBACC5; }

 p { color: rgb(219,172,197); }

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

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

 a { background-color: rgb(219,172,197); }

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

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

 span { border-color: rgb(219,172,197); }

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