#DCCFAE

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

Shades of Aths Special #DCCFAE

Tints of Aths Special #DCCFAE

Color information

#DCCFAE (or 0xDCCFAE) is unknown color: approx Aths Special. HEX triplet: DC, CF and AE. RGB value is (220,207,174). Sum of RGB (Red+Green+Blue) = 220+207+174=601 (79% of max value = 765). Red value is 220 (86.33% from 255 or 36.61% from 601); Green value is 207 (81.25% from 255 or 34.44% from 601); Blue value is 174 (68.36% from 255 or 28.95% from 601); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCFAE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCCFAE is #233051. Grayscale: #CFCFCF. Windows color (decimal): -2306130 or 11456476. OLE color: 11456476.

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

Color convert

RGB220207174-
CMYK00.060.210.14
HSL43.04º39.66%77.25%-
HSV(B)43.04º20.91%86.27%-
XYZ59.4762.949.05-
YUV207.12109.31137.18-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 36.61%
GREEN value IS 207 (81.25% from 255) = 34.44%
BLUE value IS 174 (68.36% from 255) = 28.95%
R=36.61%
G=34.44%
B=28.95%

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
Decimal22020717400.060.210.1443.0439.6677.25
HexDCCFAE0615E2b284d
Octal3343172560625165350115
Binary11011100110011111010111001101010111101010111010001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCCFAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCCFAE; }

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

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

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

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

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

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

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

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