#DACAAE

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

Shades of Aths Special #DACAAE

Tints of Aths Special #DACAAE

Color information

#DACAAE (or 0xDACAAE) is unknown color: approx Aths Special. HEX triplet: DA, CA and AE. RGB value is (218,202,174). Sum of RGB (Red+Green+Blue) = 218+202+174=594 (78% of max value = 765). Red value is 218 (85.55% from 255 or 36.70% from 594); Green value is 202 (79.30% from 255 or 34.01% from 594); Blue value is 174 (68.36% from 255 or 29.29% from 594); Max value from RGB is 218 - color contains mainly: red. Hex color #DACAAE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DACAAE is #253551. Grayscale: #CBCBCB. Windows color (decimal): -2438482 or 11455194. OLE color: 11455194.

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

Color convert

RGB218202174-
CMYK00.070.200.15
HSL38.18º37.29%76.86%-
HSV(B)38.18º20.18%85.49%-
XYZ57.6760.248.62-
YUV203.59111.3138.28-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 36.70%
GREEN value IS 202 (79.30% from 255) = 34.01%
BLUE value IS 174 (68.36% from 255) = 29.29%
R=36.70%
G=34.01%
B=29.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.20
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21820217400.070.200.1538.1837.2976.86
HexDACAAE0714F26254d
Octal3323122560724174645115
Binary11011010110010101010111001111010011111001101001011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DACAAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DACAAE; }

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

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

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

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

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

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

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

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