#DBADC5

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

Shades of Twilight #DBADC5

Tints of Twilight #DBADC5

Color information

#DBADC5 (or 0xDBADC5) is unknown color: approx Twilight. HEX triplet: DB, AD and C5. RGB value is (219,173,197). Sum of RGB (Red+Green+Blue) = 219+173+197=589 (78% of max value = 765). Red value is 219 (85.94% from 255 or 37.18% from 589); Green value is 173 (67.97% from 255 or 29.37% from 589); Blue value is 197 (77.34% from 255 or 33.45% from 589); Max value from RGB is 219 - color contains mainly: red. Hex color #DBADC5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DBADC5 is #24523A. Grayscale: #BDBDBD. Windows color (decimal): -2380347 or 12955099. OLE color: 12955099.

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

Color convert

RGB219173197-
CMYK00.210.100.14
HSL328.7º38.98%76.86%-
HSV(B)328.7º21%85.88%-
XYZ54.2448.9859.42-
YUV189.49132.24149.05-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 37.18%
GREEN value IS 173 (67.97% from 255) = 29.37%
BLUE value IS 197 (77.34% from 255) = 33.45%
R=37.18%
G=29.37%
B=33.45%

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
Decimal21917319700.210.100.14328.738.9876.86
HexDBADC5015AE149274d
Octal333255305025121651147115
Binary110110111010110111000101010101101011101010010011001111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBADC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBADC5; }

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

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

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

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

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

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

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

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