#D9CAC8

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

Shades of Alto #D9CAC8

Tints of Alto #D9CAC8

Color information

#D9CAC8 (or 0xD9CAC8) is unknown color: approx Alto. HEX triplet: D9, CA and C8. RGB value is (217,202,200). Sum of RGB (Red+Green+Blue) = 217+202+200=619 (81% of max value = 765). Red value is 217 (85.16% from 255 or 35.06% from 619); Green value is 202 (79.30% from 255 or 32.63% from 619); Blue value is 200 (78.52% from 255 or 32.31% from 619); Max value from RGB is 217 - color contains mainly: red. Hex color #D9CAC8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9CAC8 is #263537. Grayscale: #CECECE. Windows color (decimal): -2503992 or 13159129. OLE color: 13159129.

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

Color convert

RGB217202200-
CMYK00.070.080.15
HSL7.06º18.28%81.76%-
HSV(B)7.06º7.83%85.1%-
XYZ60.1661.1663.28-
YUV206.26124.47135.66-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 35.06%
GREEN value IS 202 (79.30% from 255) = 32.63%
BLUE value IS 200 (78.52% from 255) = 32.31%
R=35.06%
G=32.63%
B=32.31%

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
Decimal21720220000.070.080.157.0618.2881.76
HexD9CAC8078F71252
Octal331312310071017722122
Binary110110011100101011001000011110001111111100101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9CAC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9CAC8; }

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

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

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

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

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

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

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

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