#DAAEC7

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

Shades of Twilight #DAAEC7

Tints of Twilight #DAAEC7

Color information

#DAAEC7 (or 0xDAAEC7) is unknown color: approx Twilight. HEX triplet: DA, AE and C7. RGB value is (218,174,199). Sum of RGB (Red+Green+Blue) = 218+174+199=591 (78% of max value = 765). Red value is 218 (85.55% from 255 or 36.89% from 591); Green value is 174 (68.36% from 255 or 29.44% from 591); Blue value is 199 (78.12% from 255 or 33.67% from 591); Max value from RGB is 218 - color contains mainly: red. Hex color #DAAEC7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DAAEC7 is #255138. Grayscale: #BDBDBD. Windows color (decimal): -2445625 or 13086426. OLE color: 13086426.

HSL color Cylindrical-coordinate representation of color #DAAEC7: hue angle of 325.91º 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 #DAAEC7 is Cyan = 0, Magento = 0.20, Yellow = 0.09 and Black (K on CMYK) = 0.15.

Color convert

RGB218174199-
CMYK00.200.090.15
HSL325.91º37.29%76.86%-
HSV(B)325.91º20.18%85.49%-
XYZ54.3649.360.68-
YUV190.01133.08147.97-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 36.89%
GREEN value IS 174 (68.36% from 255) = 29.44%
BLUE value IS 199 (78.12% from 255) = 33.67%
R=36.89%
G=29.44%
B=33.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.09
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21817419900.200.090.15325.9137.2976.86
HexDAAEC70149F146254d
Octal332256307024111750645115
Binary110110101010111011000111010100100111111010001101001011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAAEC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAAEC7; }

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

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

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

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

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

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

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

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