#D7CAC8

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

Shades of Alto #D7CAC8

Tints of Alto #D7CAC8

Color information

#D7CAC8 (or 0xD7CAC8) is unknown color: approx Alto. HEX triplet: D7, CA and C8. RGB value is (215,202,200). Sum of RGB (Red+Green+Blue) = 215+202+200=617 (81% of max value = 765). Red value is 215 (84.38% from 255 or 34.85% from 617); Green value is 202 (79.30% from 255 or 32.74% from 617); Blue value is 200 (78.52% from 255 or 32.41% from 617); Max value from RGB is 215 - color contains mainly: red. Hex color #D7CAC8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D7CAC8 is #283537. Grayscale: #CDCDCD. Windows color (decimal): -2635064 or 13159127. OLE color: 13159127.

HSL color Cylindrical-coordinate representation of color #D7CAC8: hue angle of 8º degrees, saturation: 0.16, 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 #D7CAC8 is Cyan = 0, Magento = 0.06, Yellow = 0.07 and Black (K on CMYK) = 0.16.

Color convert

RGB215202200-
CMYK00.060.070.16
HSL15.79%81.37%-
HSV(B)6.98%84.31%-
XYZ59.5760.8663.25-
YUV205.66124.81134.66-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 34.85%
GREEN value IS 202 (79.30% from 255) = 32.74%
BLUE value IS 200 (78.52% from 255) = 32.41%
R=34.85%
G=32.74%
B=32.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.07
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21520220000.060.070.16815.7981.37
HexD7CAC80671081051
Octal327312310067201020121
Binary1101011111001010110010000110111100001000100001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7CAC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7CAC8; }

 p { color: rgb(215,202,200); }

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

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

 a { background-color: rgb(215,202,200); }

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

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

 span { border-color: rgb(215,202,200); }

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