#D5CAC7

Color #D5CAC7 Alto (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Alto #D5CAC7

Tints of Alto #D5CAC7

Color information

#D5CAC7 (or 0xD5CAC7) is unknown color: approx Alto. HEX triplet: D5, CA and C7. RGB value is (213,202,199). Sum of RGB (Red+Green+Blue) = 213+202+199=614 (81% of max value = 765). Red value is 213 (83.59% from 255 or 34.69% from 614); Green value is 202 (79.30% from 255 or 32.90% from 614); Blue value is 199 (78.12% from 255 or 32.41% from 614); Max value from RGB is 213 - color contains mainly: red. Hex color #D5CAC7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5CAC7 is #2A3538. Grayscale: #CCCCCC. Windows color (decimal): -2766137 or 13093589. OLE color: 13093589.

HSL color Cylindrical-coordinate representation of color #D5CAC7: hue angle of 12.86º degrees, saturation: 0.14, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #D5CAC7 is Cyan = 0, Magento = 0.05, Yellow = 0.07 and Black (K on CMYK) = 0.16.

Color convert

RGB213202199-
CMYK00.050.070.16
HSL12.86º14.29%80.78%-
HSV(B)12.86º6.57%83.53%-
XYZ58.8760.5162.61-
YUV204.95124.64133.74-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 34.69%
GREEN value IS 202 (79.30% from 255) = 32.90%
BLUE value IS 199 (78.12% from 255) = 32.41%
R=34.69%
G=32.90%
B=32.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.07
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21320219900.050.070.1612.8614.2980.78
HexD5CAC705710de51
Octal325312307057201516121
Binary110101011100101011000111010111110000110111101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5CAC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5CAC7; }

 p { color: rgb(213,202,199); }

 H1.HeaderClassName
 {
   color: #D5CAC7;
 }
 .AnyTagClassName
 {
   color: #D5CAC7;
 }
</style>
background-color css

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

 a { background-color: rgb(213,202,199); }

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

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

 span { border-color: rgb(213,202,199); }

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