#DAAEC5

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

Shades of Twilight #DAAEC5

Tints of Twilight #DAAEC5

Color information

#DAAEC5 (or 0xDAAEC5) is unknown color: approx Twilight. HEX triplet: DA, AE and C5. RGB value is (218,174,197). Sum of RGB (Red+Green+Blue) = 218+174+197=589 (78% of max value = 765). Red value is 218 (85.55% from 255 or 37.01% from 589); Green value is 174 (68.36% from 255 or 29.54% from 589); Blue value is 197 (77.34% from 255 or 33.45% from 589); Max value from RGB is 218 - color contains mainly: red. Hex color #DAAEC5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DAAEC5 is #25513A. Grayscale: #BDBDBD. Windows color (decimal): -2445627 or 12955354. OLE color: 12955354.

HSL color Cylindrical-coordinate representation of color #DAAEC5: hue angle of 328.64º degrees, saturation: 0.37, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #DAAEC5 is Cyan = 0, Magento = 0.20, Yellow = 0.10 and Black (K on CMYK) = 0.15.

Color convert

RGB218174197-
CMYK00.200.100.15
HSL328.64º37.29%76.86%-
HSV(B)328.64º20.18%85.49%-
XYZ54.1349.2159.47-
YUV189.78132.08148.13-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 37.01%
GREEN value IS 174 (68.36% from 255) = 29.54%
BLUE value IS 197 (77.34% from 255) = 33.45%
R=37.01%
G=29.54%
B=33.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.10
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21817419700.200.100.15328.6437.2976.86
HexDAAEC5014AF149254d
Octal332256305024121751145115
Binary110110101010111011000101010100101011111010010011001011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAAEC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAAEC5; }

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

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

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

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

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

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

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

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