#DBADC4

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

Shades of Twilight #DBADC4

Tints of Twilight #DBADC4

Color information

#DBADC4 (or 0xDBADC4) is unknown color: approx Twilight. HEX triplet: DB, AD and C4. RGB value is (219,173,196). Sum of RGB (Red+Green+Blue) = 219+173+196=588 (77% of max value = 765). Red value is 219 (85.94% from 255 or 37.24% from 588); Green value is 173 (67.97% from 255 or 29.42% from 588); Blue value is 196 (76.95% from 255 or 33.33% from 588); Max value from RGB is 219 - color contains mainly: red. Hex color #DBADC4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DBADC4 is #24523B. Grayscale: #BDBDBD. Windows color (decimal): -2380348 or 12889563. OLE color: 12889563.

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

Color convert

RGB219173196-
CMYK00.210.110.14
HSL330º38.98%76.86%-
HSV(B)330º21%85.88%-
XYZ54.1248.9358.82-
YUV189.38131.74149.13-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 37.24%
GREEN value IS 173 (67.97% from 255) = 29.42%
BLUE value IS 196 (76.95% from 255) = 33.33%
R=37.24%
G=29.42%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.11
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21917319600.210.110.1433038.9876.86
HexDBADC4015BE14a274d
Octal333255304025131651247115
Binary110110111010110111000100010101101111101010010101001111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBADC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBADC4; }

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

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

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

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

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

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

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

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