#DACFAE

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

Shades of Aths Special #DACFAE

Tints of Aths Special #DACFAE

Color information

#DACFAE (or 0xDACFAE) is unknown color: approx Aths Special. HEX triplet: DA, CF and AE. RGB value is (218,207,174). Sum of RGB (Red+Green+Blue) = 218+207+174=599 (79% of max value = 765). Red value is 218 (85.55% from 255 or 36.39% from 599); Green value is 207 (81.25% from 255 or 34.56% from 599); Blue value is 174 (68.36% from 255 or 29.05% from 599); Max value from RGB is 218 - color contains mainly: red. Hex color #DACFAE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DACFAE is #253051. Grayscale: #CECECE. Windows color (decimal): -2437202 or 11456474. OLE color: 11456474.

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

Color convert

RGB218207174-
CMYK00.050.200.15
HSL45º37.29%76.86%-
HSV(B)45º20.18%85.49%-
XYZ58.8762.5949.02-
YUV206.53109.64136.18-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 36.39%
GREEN value IS 207 (81.25% from 255) = 34.56%
BLUE value IS 174 (68.36% from 255) = 29.05%
R=36.39%
G=34.56%
B=29.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.20
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21820717400.050.200.154537.2976.86
HexDACFAE0514F2d254d
Octal3323172560524175545115
Binary11011010110011111010111001011010011111011011001011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DACFAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DACFAE; }

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

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

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

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

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

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

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

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