#DACDAF

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

Shades of Aths Special #DACDAF

Tints of Aths Special #DACDAF

Color information

#DACDAF (or 0xDACDAF) is unknown color: approx Aths Special. HEX triplet: DA, CD and AF. RGB value is (218,205,175). Sum of RGB (Red+Green+Blue) = 218+205+175=598 (79% of max value = 765). Red value is 218 (85.55% from 255 or 36.45% from 598); Green value is 205 (80.47% from 255 or 34.28% from 598); Blue value is 175 (68.75% from 255 or 29.26% from 598); Max value from RGB is 218 - color contains mainly: red. Hex color #DACDAF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DACDAF is #253250. Grayscale: #CDCDCD. Windows color (decimal): -2437713 or 11521498. OLE color: 11521498.

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

Color convert

RGB218205175-
CMYK00.060.200.15
HSL41.86º36.75%77.06%-
HSV(B)41.86º19.72%85.49%-
XYZ58.4861.6649.38-
YUV205.47110.81136.94-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 36.45%
GREEN value IS 205 (80.47% from 255) = 34.28%
BLUE value IS 175 (68.75% from 255) = 29.26%
R=36.45%
G=34.28%
B=29.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.20
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21820517500.060.200.1541.8636.7577.06
HexDACDAF0614F2a254d
Octal3323152570624175245115
Binary11011010110011011010111101101010011111010101001011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DACDAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DACDAF; }

 p { color: rgb(218,205,175); }

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

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

 a { background-color: rgb(218,205,175); }

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

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

 span { border-color: rgb(218,205,175); }

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