#DCCAAE

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

Shades of Aths Special #DCCAAE

Tints of Aths Special #DCCAAE

Color information

#DCCAAE (or 0xDCCAAE) is unknown color: approx Aths Special. HEX triplet: DC, CA and AE. RGB value is (220,202,174). Sum of RGB (Red+Green+Blue) = 220+202+174=596 (78% of max value = 765). Red value is 220 (86.33% from 255 or 36.91% from 596); Green value is 202 (79.30% from 255 or 33.89% from 596); Blue value is 174 (68.36% from 255 or 29.19% from 596); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCAAE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCCAAE is #233551. Grayscale: #CCCCCC. Windows color (decimal): -2307410 or 11455196. OLE color: 11455196.

HSL color Cylindrical-coordinate representation of color #DCCAAE: hue angle of 36.52º degrees, saturation: 0.4, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #DCCAAE is Cyan = 0, Magento = 0.08, Yellow = 0.21 and Black (K on CMYK) = 0.14.

Color convert

RGB220202174-
CMYK00.080.210.14
HSL36.52º39.66%77.25%-
HSV(B)36.52º20.91%86.27%-
XYZ58.2860.5148.65-
YUV204.19110.96139.28-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 36.91%
GREEN value IS 202 (79.30% from 255) = 33.89%
BLUE value IS 174 (68.36% from 255) = 29.19%
R=36.91%
G=33.89%
B=29.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.21
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22020217400.080.210.1436.5239.6677.25
HexDCCAAE0815E25284d
Octal33431225601025164550115
Binary110111001100101010101110010001010111101001011010001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCCAAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCCAAE; }

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

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

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

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

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

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

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

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