#D8CAC7

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

Shades of Alto #D8CAC7

Tints of Alto #D8CAC7

Color information

#D8CAC7 (or 0xD8CAC7) is unknown color: approx Alto. HEX triplet: D8, CA and C7. RGB value is (216,202,199). Sum of RGB (Red+Green+Blue) = 216+202+199=617 (81% of max value = 765). Red value is 216 (84.77% from 255 or 35.01% from 617); Green value is 202 (79.30% from 255 or 32.74% from 617); Blue value is 199 (78.12% from 255 or 32.25% from 617); Max value from RGB is 216 - color contains mainly: red. Hex color #D8CAC7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D8CAC7 is #273538. Grayscale: #CDCDCD. Windows color (decimal): -2569529 or 13093592. OLE color: 13093592.

HSL color Cylindrical-coordinate representation of color #D8CAC7: hue angle of 10.59º degrees, saturation: 0.18, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #D8CAC7 is Cyan = 0, Magento = 0.06, Yellow = 0.08 and Black (K on CMYK) = 0.15.

Color convert

RGB216202199-
CMYK00.060.080.15
HSL10.59º17.89%81.37%-
HSV(B)10.59º7.87%84.71%-
XYZ59.7560.9662.65-
YUV205.84124.14135.24-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 35.01%
GREEN value IS 202 (79.30% from 255) = 32.74%
BLUE value IS 199 (78.12% from 255) = 32.25%
R=35.01%
G=32.74%
B=32.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.08
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21620219900.060.080.1510.5917.8981.37
HexD8CAC7068Fb1251
Octal3303123070610171322121
Binary1101100011001010110001110110100011111011100101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8CAC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8CAC7; }

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

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

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

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

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

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

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

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