Html Css Color HEX #DDC5C2 Alto

📋 copy color: '#DDC5C2'

red 221 ◦ green 197 ◦ blue 194

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

Shades of Alto #DDC5C2

Tints of Alto #DDC5C2

RGB

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

 GREEN value IS 197 (77.34% from 255) = 32.19%

 BLUE value IS 194 (76.17% from 255) = 31.7%

R = 36.11%
G = 32.19%
B = 31.7%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.12

 K value IS 0.13

RGB Variations

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

Color information

#DDC5C2 (or 0xDDC5C2) is known color: Alto. HEX triplet: DD, C5 and C2. RGB value is (221,197,194). Sum of RGB (Red+Green+Blue) = 221+197+194=612 (81% of max value = 765). Red value is 221 (86.72% from 255 or 36.11% from 612); Green value is 197 (77.34% from 255 or 32.19% from 612); Blue value is 194 (76.17% from 255 or 31.70% from 612); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC5C2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDC5C2 is #223A3D. Grayscale: #CBCBCB. Windows color (decimal): -2243134 or 12764637. OLE color: 12764637.

HSL color Cylindrical-coordinate representation of color #DDC5C2: hue angle of 6.67º degrees, saturation: 0.28, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #DDC5C2 is Cyan = 0, Magento = 0.11, Yellow = 0.12 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 197 194 -
CMYK 0 0.11 0.12 0.13
HSL 6.67º 0.28% 0.81% -
HSV(B) 6.67º 0.12% 0.87% -
XYZ 59.52 59.2 59.33 -
YUV 203.83 122.45 140.24 -
System Red Green Blue C M Y K H S L
Decimal 221 197 194 0 0.11 0.12 0.13 6.67 0.28 0.81
Hex DD C5 C2 0 B C D 7 1C 51
Octal 335 305 302 0 13 14 15 7 34 121
Binary 11011101 11000101 11000010 0 1011 1100 1101 111 11100 1010001

Color Harmonies of #DDC5C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDC5C2

Black with #DDC5C2

Text Example


Text Example

White with #DDC5C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDC5C2; }

 p { color: rgb(221,197,194); }

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

background-color css

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

 a { background-color: rgb(221,197,194); }

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

border-color css

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

 span { border-color: rgb(221,197,194); }

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