#DCCEAC

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

Shades of Aths Special #DCCEAC

Tints of Aths Special #DCCEAC

Color information

#DCCEAC (or 0xDCCEAC) is unknown color: approx Aths Special. HEX triplet: DC, CE and AC. RGB value is (220,206,172). Sum of RGB (Red+Green+Blue) = 220+206+172=598 (79% of max value = 765). Red value is 220 (86.33% from 255 or 36.79% from 598); Green value is 206 (80.86% from 255 or 34.45% from 598); Blue value is 172 (67.58% from 255 or 28.76% from 598); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCEAC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCCEAC is #233153. Grayscale: #CECECE. Windows color (decimal): -2306388 or 11325148. OLE color: 11325148.

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

Color convert

RGB220206172-
CMYK00.060.220.14
HSL42.5º40.68%76.86%-
HSV(B)42.5º21.82%86.27%-
XYZ59.0362.3447.95-
YUV206.31108.64137.76-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 36.79%
GREEN value IS 206 (80.86% from 255) = 34.45%
BLUE value IS 172 (67.58% from 255) = 28.76%
R=36.79%
G=34.45%
B=28.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.22
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22020617200.060.220.1442.540.6876.86
HexDCCEAC0616E2a294d
Octal3343162540626165251115
Binary11011100110011101010110001101011011101010101010011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCCEAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCCEAC; }

 p { color: rgb(220,206,172); }

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

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

 a { background-color: rgb(220,206,172); }

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

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

 span { border-color: rgb(220,206,172); }

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