Html Css Color HEX #DDCEAB Aths Special

📋 copy color: '#DDCEAB'

red 221 ◦ green 206 ◦ blue 171

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

Shades of Aths Special #DDCEAB

Tints of Aths Special #DDCEAB

RGB

 RED value IS 221 (86.72% from 255) = 36.96%

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

 BLUE value IS 171 (67.19% from 255) = 28.6%

R = 36.96%
G = 34.45%
B = 28.6%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.23

 K value IS 0.13

RGB Variations

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

Color information

#DDCEAB (or 0xDDCEAB) is known color: Aths Special. HEX triplet: DD, CE and AB. RGB value is (221,206,171). Sum of RGB (Red+Green+Blue) = 221+206+171=598 (79% of max value = 765). Red value is 221 (86.72% from 255 or 36.96% from 598); Green value is 206 (80.86% from 255 or 34.45% from 598); Blue value is 171 (67.19% from 255 or 28.60% from 598); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCEAB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDCEAB is #223154. Grayscale: #CECECE. Windows color (decimal): -2240853 or 11259613. OLE color: 11259613.

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

Color convert

RGB 221 206 171 -
CMYK 0 0.07 0.23 0.13
HSL 42º 0.42% 0.77% -
HSV(B) 42º 0.23% 0.87% -
XYZ 59.24 62.46 47.46 -
YUV 206.5 107.97 138.35 -
System Red Green Blue C M Y K H S L
Decimal 221 206 171 0 0.07 0.23 0.13 42 0.42 0.77
Hex DD CE AB 0 7 17 D 2A 2A 4D
Octal 335 316 253 0 7 27 15 52 52 115
Binary 11011101 11001110 10101011 0 111 10111 1101 101010 101010 1001101

Color Harmonies of #DDCEAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDCEAB

Black with #DDCEAB

Text Example


Text Example

White with #DDCEAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDCEAB; }

 p { color: rgb(221,206,171); }

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

background-color css

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

 a { background-color: rgb(221,206,171); }

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

border-color css

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

 span { border-color: rgb(221,206,171); }

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