#DDCFAD

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

Shades of Aths Special #DDCFAD

Tints of Aths Special #DDCFAD

Color information

#DDCFAD (or 0xDDCFAD) is unknown color: approx Aths Special. HEX triplet: DD, CF and AD. RGB value is (221,207,173). Sum of RGB (Red+Green+Blue) = 221+207+173=601 (79% of max value = 765). Red value is 221 (86.72% from 255 or 36.77% from 601); Green value is 207 (81.25% from 255 or 34.44% from 601); Blue value is 173 (67.97% from 255 or 28.79% from 601); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCFAD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDCFAD is #223052. Grayscale: #CFCFCF. Windows color (decimal): -2240595 or 11390941. OLE color: 11390941.

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

Color convert

RGB221207173-
CMYK00.060.220.13
HSL42.5º41.38%77.25%-
HSV(B)42.5º21.72%86.67%-
XYZ59.6763.0148.55-
YUV207.31108.64137.76-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 36.77%
GREEN value IS 207 (81.25% from 255) = 34.44%
BLUE value IS 173 (67.97% from 255) = 28.79%
R=36.77%
G=34.44%
B=28.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.22
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22120717300.060.220.1342.541.3877.25
HexDDCFAD0616D2a294d
Octal3353172550626155251115
Binary11011101110011111010110101101011011011010101010011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDCFAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDCFAD; }

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

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

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

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

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

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

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

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