#DCCFAD

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

Shades of Aths Special #DCCFAD

Tints of Aths Special #DCCFAD

Color information

#DCCFAD (or 0xDCCFAD) is unknown color: approx Aths Special. HEX triplet: DC, CF and AD. RGB value is (220,207,173). Sum of RGB (Red+Green+Blue) = 220+207+173=600 (79% of max value = 765). Red value is 220 (86.33% from 255 or 36.67% from 600); Green value is 207 (81.25% from 255 or 34.5% from 600); Blue value is 173 (67.97% from 255 or 28.83% from 600); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCFAD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCCFAD is #233052. Grayscale: #CFCFCF. Windows color (decimal): -2306131 or 11390940. OLE color: 11390940.

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

Color convert

RGB220207173-
CMYK00.060.210.14
HSL43.4º40.17%77.06%-
HSV(B)43.4º21.36%86.27%-
XYZ59.3762.8648.54-
YUV207.01108.81137.26-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 36.67%
GREEN value IS 207 (81.25% from 255) = 34.5%
BLUE value IS 173 (67.97% from 255) = 28.83%
R=36.67%
G=34.5%
B=28.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.21
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22020717300.060.210.1443.440.1777.06
HexDCCFAD0615E2b284d
Octal3343172550625165350115
Binary11011100110011111010110101101010111101010111010001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCCFAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCCFAD; }

 p { color: rgb(220,207,173); }

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

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

 a { background-color: rgb(220,207,173); }

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

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

 span { border-color: rgb(220,207,173); }

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