#DBAEC5

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

Shades of Twilight #DBAEC5

Tints of Twilight #DBAEC5

Color information

#DBAEC5 (or 0xDBAEC5) is unknown color: approx Twilight. HEX triplet: DB, AE and C5. RGB value is (219,174,197). Sum of RGB (Red+Green+Blue) = 219+174+197=590 (78% of max value = 765). Red value is 219 (85.94% from 255 or 37.12% from 590); Green value is 174 (68.36% from 255 or 29.49% from 590); Blue value is 197 (77.34% from 255 or 33.39% from 590); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAEC5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DBAEC5 is #24513A. Grayscale: #BEBEBE. Windows color (decimal): -2380091 or 12955355. OLE color: 12955355.

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

Color convert

RGB219174197-
CMYK00.210.100.14
HSL329.33º38.46%77.06%-
HSV(B)329.33º20.55%85.88%-
XYZ54.4349.3659.48-
YUV190.08131.91148.63-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 37.12%
GREEN value IS 174 (68.36% from 255) = 29.49%
BLUE value IS 197 (77.34% from 255) = 33.39%
R=37.12%
G=29.49%
B=33.39%

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
Decimal21917419700.210.100.14329.3338.4677.06
HexDBAEC5015AE149264d
Octal333256305025121651146115
Binary110110111010111011000101010101101011101010010011001101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBAEC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBAEC5; }

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

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

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

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

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

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

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

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