#D9C9C8

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

Shades of Alto #D9C9C8

Tints of Alto #D9C9C8

Color information

#D9C9C8 (or 0xD9C9C8) is unknown color: approx Alto. HEX triplet: D9, C9 and C8. RGB value is (217,201,200). Sum of RGB (Red+Green+Blue) = 217+201+200=618 (81% of max value = 765). Red value is 217 (85.16% from 255 or 35.11% from 618); Green value is 201 (78.91% from 255 or 32.52% from 618); Blue value is 200 (78.52% from 255 or 32.36% from 618); Max value from RGB is 217 - color contains mainly: red. Hex color #D9C9C8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9C9C8 is #263637. Grayscale: #CDCDCD. Windows color (decimal): -2504248 or 13158873. OLE color: 13158873.

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

Color convert

RGB217201200-
CMYK00.070.080.15
HSL3.53º18.28%81.76%-
HSV(B)3.53º7.83%85.1%-
XYZ59.9360.763.2-
YUV205.67124.8136.08-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 35.11%
GREEN value IS 201 (78.91% from 255) = 32.52%
BLUE value IS 200 (78.52% from 255) = 32.36%
R=35.11%
G=32.52%
B=32.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.08
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21720120000.070.080.153.5318.2881.76
HexD9C9C8078F41252
Octal331311310071017422122
Binary110110011100100111001000011110001111100100101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9C9C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9C9C8; }

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

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

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

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

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

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

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

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