#D7C9C8

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

Shades of Alto #D7C9C8

Tints of Alto #D7C9C8

Color information

#D7C9C8 (or 0xD7C9C8) is unknown color: approx Alto. HEX triplet: D7, C9 and C8. RGB value is (215,201,200). Sum of RGB (Red+Green+Blue) = 215+201+200=616 (81% of max value = 765). Red value is 215 (84.38% from 255 or 34.90% from 616); Green value is 201 (78.91% from 255 or 32.63% from 616); Blue value is 200 (78.52% from 255 or 32.47% from 616); Max value from RGB is 215 - color contains mainly: red. Hex color #D7C9C8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D7C9C8 is #283637. Grayscale: #CDCDCD. Windows color (decimal): -2635320 or 13158871. OLE color: 13158871.

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

Color convert

RGB215201200-
CMYK00.070.070.16
HSL15.79%81.37%-
HSV(B)6.98%84.31%-
XYZ59.3460.3963.17-
YUV205.07125.14135.08-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 34.90%
GREEN value IS 201 (78.91% from 255) = 32.63%
BLUE value IS 200 (78.52% from 255) = 32.47%
R=34.90%
G=32.63%
B=32.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.07
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21520120000.070.070.16415.7981.37
HexD7C9C80771041051
Octal32731131007720420121
Binary110101111100100111001000011111110000100100001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7C9C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7C9C8; }

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

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

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

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

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

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

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

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