Html Css Color HEX #DCCEAE Aths Special

📋 copy color: '#DCCEAE'

red 220 ◦ green 206 ◦ blue 174

#DCCEAE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Aths Special #DCCEAE

Tints of Aths Special #DCCEAE

RGB

 RED value IS 220 (86.33% from 255) = 36.67%

 GREEN value IS 206 (80.86% from 255) = 34.33%

 BLUE value IS 174 (68.36% from 255) = 29%

R = 36.67%
G = 34.33%
B = 29%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.21

 K value IS 0.14

RGB Variations

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

Color information

#DCCEAE (or 0xDCCEAE) is known color: Aths Special. HEX triplet: DC, CE and AE. RGB value is (220,206,174). Sum of RGB (Red+Green+Blue) = 220+206+174=600 (79% of max value = 765). Red value is 220 (86.33% from 255 or 36.67% from 600); Green value is 206 (80.86% from 255 or 34.33% from 600); Blue value is 174 (68.36% from 255 or 29% from 600); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCEAE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCCEAE is #233151. Grayscale: #CECECE. Windows color (decimal): -2306386 or 11456220. OLE color: 11456220.

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

Color convert

RGB 220 206 174 -
CMYK 0 0.06 0.21 0.14
HSL 41.74º 0.4% 0.77% -
HSV(B) 41.74º 0.21% 0.86% -
XYZ 59.23 62.41 48.97 -
YUV 206.54 109.64 137.6 -
System Red Green Blue C M Y K H S L
Decimal 220 206 174 0 0.06 0.21 0.14 41.74 0.4 0.77
Hex DC CE AE 0 6 15 E 2A 28 4D
Octal 334 316 256 0 6 25 16 52 50 115
Binary 11011100 11001110 10101110 0 110 10101 1110 101010 101000 1001101

Color Harmonies of #DCCEAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCCEAE

Black with #DCCEAE

Text Example


Text Example

White with #DCCEAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCCEAE; }

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

 H1.HeaderClassName
 {
   color: #DCCEAE;
 }
 .AnyTagClassName
 {
   color: #DCCEAE;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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