#D5C9C8

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

Shades of Alto #D5C9C8

Tints of Alto #D5C9C8

Color information

#D5C9C8 (or 0xD5C9C8) is unknown color: approx Alto. HEX triplet: D5, C9 and C8. RGB value is (213,201,200). Sum of RGB (Red+Green+Blue) = 213+201+200=614 (81% of max value = 765). Red value is 213 (83.59% from 255 or 34.69% from 614); Green value is 201 (78.91% from 255 or 32.74% from 614); Blue value is 200 (78.52% from 255 or 32.57% from 614); Max value from RGB is 213 - color contains mainly: red. Hex color #D5C9C8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5C9C8 is #2A3637. Grayscale: #CCCCCC. Windows color (decimal): -2766392 or 13158869. OLE color: 13158869.

HSL color Cylindrical-coordinate representation of color #D5C9C8: hue angle of 4.62º degrees, saturation: 0.13, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #D5C9C8 is Cyan = 0, Magento = 0.06, Yellow = 0.06 and Black (K on CMYK) = 0.16.

Color convert

RGB213201200-
CMYK00.060.060.16
HSL4.62º13.4%80.98%-
HSV(B)4.62º6.1%83.53%-
XYZ58.7560.0963.15-
YUV204.47125.48134.08-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 34.69%
GREEN value IS 201 (78.91% from 255) = 32.74%
BLUE value IS 200 (78.52% from 255) = 32.57%
R=34.69%
G=32.74%
B=32.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.06
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21320120000.060.060.164.6213.480.98
HexD5C9C8066105d51
Octal32531131006620515121
Binary11010101110010011100100001101101000010111011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5C9C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5C9C8; }

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

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

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

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

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

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

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

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