#DAAEC6

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

Shades of Twilight #DAAEC6

Tints of Twilight #DAAEC6

Color information

#DAAEC6 (or 0xDAAEC6) is unknown color: approx Twilight. HEX triplet: DA, AE and C6. RGB value is (218,174,198). Sum of RGB (Red+Green+Blue) = 218+174+198=590 (78% of max value = 765). Red value is 218 (85.55% from 255 or 36.95% from 590); Green value is 174 (68.36% from 255 or 29.49% from 590); Blue value is 198 (77.73% from 255 or 33.56% from 590); Max value from RGB is 218 - color contains mainly: red. Hex color #DAAEC6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DAAEC6 is #255139. Grayscale: #BDBDBD. Windows color (decimal): -2445626 or 13020890. OLE color: 13020890.

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

Color convert

RGB218174198-
CMYK00.200.090.15
HSL327.27º37.29%76.86%-
HSV(B)327.27º20.18%85.49%-
XYZ54.2449.2560.07-
YUV189.89132.58148.05-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 36.95%
GREEN value IS 174 (68.36% from 255) = 29.49%
BLUE value IS 198 (77.73% from 255) = 33.56%
R=36.95%
G=29.49%
B=33.56%

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
Decimal21817419800.200.090.15327.2737.2976.86
HexDAAEC60149F147254d
Octal332256306024111750745115
Binary110110101010111011000110010100100111111010001111001011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAAEC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAAEC6; }

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

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

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

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

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

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

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

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