#DBADC7

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

Shades of Twilight #DBADC7

Tints of Twilight #DBADC7

Color information

#DBADC7 (or 0xDBADC7) is unknown color: approx Twilight. HEX triplet: DB, AD and C7. RGB value is (219,173,199). Sum of RGB (Red+Green+Blue) = 219+173+199=591 (78% of max value = 765). Red value is 219 (85.94% from 255 or 37.06% from 591); Green value is 173 (67.97% from 255 or 29.27% from 591); Blue value is 199 (78.12% from 255 or 33.67% from 591); Max value from RGB is 219 - color contains mainly: red. Hex color #DBADC7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DBADC7 is #245238. Grayscale: #BDBDBD. Windows color (decimal): -2380345 or 13086171. OLE color: 13086171.

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

Color convert

RGB219173199-
CMYK00.210.090.14
HSL326.09º38.98%76.86%-
HSV(B)326.09º21%85.88%-
XYZ54.4749.0760.63-
YUV189.72133.24148.89-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 37.06%
GREEN value IS 173 (67.97% from 255) = 29.27%
BLUE value IS 199 (78.12% from 255) = 33.67%
R=37.06%
G=29.27%
B=33.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.09
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21917319900.210.090.14326.0938.9876.86
HexDBADC70159E146274d
Octal333255307025111650647115
Binary110110111010110111000111010101100111101010001101001111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBADC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBADC7; }

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

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

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

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

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

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

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

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