#DCCBAE

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

Shades of Aths Special #DCCBAE

Tints of Aths Special #DCCBAE

Color information

#DCCBAE (or 0xDCCBAE) is unknown color: approx Aths Special. HEX triplet: DC, CB and AE. RGB value is (220,203,174). Sum of RGB (Red+Green+Blue) = 220+203+174=597 (79% of max value = 765). Red value is 220 (86.33% from 255 or 36.85% from 597); Green value is 203 (79.69% from 255 or 34.00% from 597); Blue value is 174 (68.36% from 255 or 29.15% from 597); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCBAE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCCBAE is #233451. Grayscale: #CCCCCC. Windows color (decimal): -2307154 or 11455452. OLE color: 11455452.

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

Color convert

RGB220203174-
CMYK00.080.210.14
HSL37.83º39.66%77.25%-
HSV(B)37.83º20.91%86.27%-
XYZ58.5160.9848.73-
YUV204.78110.63138.86-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 36.85%
GREEN value IS 203 (79.69% from 255) = 34.00%
BLUE value IS 174 (68.36% from 255) = 29.15%
R=36.85%
G=34.00%
B=29.15%

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
Decimal22020317400.080.210.1437.8339.6677.25
HexDCCBAE0815E26284d
Octal33431325601025164650115
Binary110111001100101110101110010001010111101001101010001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCCBAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCCBAE; }

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

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

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

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

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

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

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

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