Html Css Color HEX #DCCBAE Aths Special

📋 copy color: '#DCCBAE'

red 220 ◦ green 203 ◦ blue 174

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

Shades of Aths Special #DCCBAE

Tints of Aths Special #DCCBAE

RGB

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

 GREEN value IS 203 (79.69% from 255) = 34%

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

R = 36.85%
G = 34%
B = 29.15%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.21

 K value IS 0.14

RGB Variations

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

Color information

#DCCBAE (or 0xDCCBAE) is known color: 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

RGB 220 203 174 -
CMYK 0 0.08 0.21 0.14
HSL 37.83º 0.4% 0.77% -
HSV(B) 37.83º 0.21% 0.86% -
XYZ 58.51 60.98 48.73 -
YUV 204.78 110.63 138.86 -
System Red Green Blue C M Y K H S L
Decimal 220 203 174 0 0.08 0.21 0.14 37.83 0.4 0.77
Hex DC CB AE 0 8 15 E 26 28 4D
Octal 334 313 256 0 10 25 16 46 50 115
Binary 11011100 11001011 10101110 0 1000 10101 1110 100110 101000 1001101

Color Harmonies of #DCCBAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCCBAE

Black with #DCCBAE

Text Example


Text Example

White with #DCCBAE

Text Example


Text Example

HTML Codes & Css Web 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>