Html Css Color HEX #DDAEA6 Shilo

📋 copy color: '#DDAEA6'

red 221 ◦ green 174 ◦ blue 166

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

Shades of Shilo #DDAEA6

Tints of Shilo #DDAEA6

RGB

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

 GREEN value IS 174 (68.36% from 255) = 31.02%

 BLUE value IS 166 (65.23% from 255) = 29.59%

R = 39.39%
G = 31.02%
B = 29.59%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.25

 K value IS 0.13

RGB Variations

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

Color information

#DDAEA6 (or 0xDDAEA6) is known color: Shilo. HEX triplet: DD, AE and A6. RGB value is (221,174,166). Sum of RGB (Red+Green+Blue) = 221+174+166=561 (74% of max value = 765). Red value is 221 (86.72% from 255 or 39.39% from 561); Green value is 174 (68.36% from 255 or 31.02% from 561); Blue value is 166 (65.23% from 255 or 29.59% from 561); Max value from RGB is 221 - color contains mainly: red. Hex color #DDAEA6 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DDAEA6 is #225159. Grayscale: #BBBBBB. Windows color (decimal): -2249050 or 10923741. OLE color: 10923741.

HSL color Cylindrical-coordinate representation of color #DDAEA6: hue angle of 8.73º degrees, saturation: 0.45, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #DDAEA6 is Cyan = 0, Magento = 0.21, Yellow = 0.25 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 174 166 -
CMYK 0 0.21 0.25 0.13
HSL 8.73º 0.45% 0.76% -
HSV(B) 8.73º 0.25% 0.87% -
XYZ 51.84 48.4 42.69 -
YUV 187.14 116.07 152.15 -
System Red Green Blue C M Y K H S L
Decimal 221 174 166 0 0.21 0.25 0.13 8.73 0.45 0.76
Hex DD AE A6 0 15 19 D 9 2D 4C
Octal 335 256 246 0 25 31 15 11 55 114
Binary 11011101 10101110 10100110 0 10101 11001 1101 1001 101101 1001100

Color Harmonies of #DDAEA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDAEA6

Black with #DDAEA6

Text Example


Text Example

White with #DDAEA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDAEA6; }

 p { color: rgb(221,174,166); }

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

background-color css

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

 a { background-color: rgb(221,174,166); }

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

border-color css

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

 span { border-color: rgb(221,174,166); }

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