#DBAECA

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

Shades of Twilight #DBAECA

Tints of Twilight #DBAECA

Color information

#DBAECA (or 0xDBAECA) is unknown color: approx Twilight. HEX triplet: DB, AE and CA. RGB value is (219,174,202). Sum of RGB (Red+Green+Blue) = 219+174+202=595 (78% of max value = 765). Red value is 219 (85.94% from 255 or 36.81% from 595); Green value is 174 (68.36% from 255 or 29.24% from 595); Blue value is 202 (79.30% from 255 or 33.95% from 595); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAECA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DBAECA is #245135. Grayscale: #BEBEBE. Windows color (decimal): -2380086 or 13283035. OLE color: 13283035.

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

Color convert

RGB219174202-
CMYK00.210.080.14
HSL322.67º38.46%77.06%-
HSV(B)322.67º20.55%85.88%-
XYZ55.0149.662.55-
YUV190.65134.41148.22-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 36.81%
GREEN value IS 174 (68.36% from 255) = 29.24%
BLUE value IS 202 (79.30% from 255) = 33.95%
R=36.81%
G=29.24%
B=33.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.08
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21917420200.210.080.14322.6738.4677.06
HexDBAECA0158E143264d
Octal333256312025101650346115
Binary110110111010111011001010010101100011101010000111001101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBAECA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBAECA; }

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

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

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

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

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

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

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

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