#DACEAD

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

Shades of Aths Special #DACEAD

Tints of Aths Special #DACEAD

Color information

#DACEAD (or 0xDACEAD) is unknown color: approx Aths Special. HEX triplet: DA, CE and AD. RGB value is (218,206,173). Sum of RGB (Red+Green+Blue) = 218+206+173=597 (79% of max value = 765). Red value is 218 (85.55% from 255 or 36.52% from 597); Green value is 206 (80.86% from 255 or 34.51% from 597); Blue value is 173 (67.97% from 255 or 28.98% from 597); Max value from RGB is 218 - color contains mainly: red. Hex color #DACEAD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DACEAD is #253152. Grayscale: #CDCDCD. Windows color (decimal): -2437459 or 11390682. OLE color: 11390682.

HSL color Cylindrical-coordinate representation of color #DACEAD: hue angle of 44º degrees, saturation: 0.38, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #DACEAD is Cyan = 0, Magento = 0.06, Yellow = 0.21 and Black (K on CMYK) = 0.15.

Color convert

RGB218206173-
CMYK00.060.210.15
HSL44º37.82%76.67%-
HSV(B)44º20.64%85.49%-
XYZ58.5362.0748.43-
YUV205.83109.48136.68-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 36.52%
GREEN value IS 206 (80.86% from 255) = 34.51%
BLUE value IS 173 (67.97% from 255) = 28.98%
R=36.52%
G=34.51%
B=28.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.21
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21820617300.060.210.154437.8276.67
HexDACEAD0615F2c264d
Octal3323162550625175446115
Binary11011010110011101010110101101010111111011001001101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DACEAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DACEAD; }

 p { color: rgb(218,206,173); }

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

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

 a { background-color: rgb(218,206,173); }

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

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

 span { border-color: rgb(218,206,173); }

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