Html Css Color HEX #D5C8C7 Alto

📋 copy color: '#D5C8C7'

red 213 ◦ green 200 ◦ blue 199

#D5C8C7
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Alto #D5C8C7

Tints of Alto #D5C8C7

RGB

 RED value IS 213 (83.59% from 255) = 34.8%

 GREEN value IS 200 (78.52% from 255) = 32.68%

 BLUE value IS 199 (78.13% from 255) = 32.52%

R = 34.8%
G = 32.68%
B = 32.52%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.07

 K value IS 0.16

RGB Variations

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

Color information

#D5C8C7 (or 0xD5C8C7) is known color: Alto. HEX triplet: D5, C8 and C7. RGB value is (213,200,199). Sum of RGB (Red+Green+Blue) = 213+200+199=612 (81% of max value = 765). Red value is 213 (83.59% from 255 or 34.80% from 612); Green value is 200 (78.52% from 255 or 32.68% from 612); Blue value is 199 (78.12% from 255 or 32.52% from 612); Max value from RGB is 213 - color contains mainly: red. Hex color #D5C8C7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5C8C7 is #2A3738. Grayscale: #CBCBCB. Windows color (decimal): -2766649 or 13093077. OLE color: 13093077.

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

Color convert

RGB 213 200 199 -
CMYK 0 0.06 0.07 0.16
HSL 4.29º 0.14% 0.81% -
HSV(B) 4.29º 0.07% 0.84% -
XYZ 58.4 59.58 62.45 -
YUV 203.77 125.31 134.58 -
System Red Green Blue C M Y K H S L
Decimal 213 200 199 0 0.06 0.07 0.16 4.29 0.14 0.81
Hex D5 C8 C7 0 6 7 10 4 E 51
Octal 325 310 307 0 6 7 20 4 16 121
Binary 11010101 11001000 11000111 0 110 111 10000 100 1110 1010001

Color Harmonies of #D5C8C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5C8C7

Black with #D5C8C7

Text Example


Text Example

White with #D5C8C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5C8C7; }

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

 H1.HeaderClassName
 {
   color: #D5C8C7;
 }
 .AnyTagClassName
 {
   color: #D5C8C7;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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