Html Css Color HEX #D8C6C5 Alto

📋 copy color: '#D8C6C5'

red 216 ◦ green 198 ◦ blue 197

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

Shades of Alto #D8C6C5

Tints of Alto #D8C6C5

RGB

 RED value IS 216 (84.77% from 255) = 35.35%

 GREEN value IS 198 (77.73% from 255) = 32.41%

 BLUE value IS 197 (77.34% from 255) = 32.24%

R = 35.35%
G = 32.41%
B = 32.24%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.09

 K value IS 0.15

RGB Variations

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

Color information

#D8C6C5 (or 0xD8C6C5) is known color: Alto. HEX triplet: D8, C6 and C5. RGB value is (216,198,197). Sum of RGB (Red+Green+Blue) = 216+198+197=611 (80% of max value = 765). Red value is 216 (84.77% from 255 or 35.35% from 611); Green value is 198 (77.73% from 255 or 32.41% from 611); Blue value is 197 (77.34% from 255 or 32.24% from 611); Max value from RGB is 216 - color contains mainly: red. Hex color #D8C6C5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D8C6C5 is #27393A. Grayscale: #CBCBCB. Windows color (decimal): -2570555 or 12961496. OLE color: 12961496.

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

Color convert

RGB 216 198 197 -
CMYK 0 0.08 0.09 0.15
HSL 3.16º 0.2% 0.81% -
HSV(B) 3.16º 0.09% 0.85% -
XYZ 58.59 59.02 61.13 -
YUV 203.27 124.46 137.08 -
System Red Green Blue C M Y K H S L
Decimal 216 198 197 0 0.08 0.09 0.15 3.16 0.2 0.81
Hex D8 C6 C5 0 8 9 F 3 14 51
Octal 330 306 305 0 10 11 17 3 24 121
Binary 11011000 11000110 11000101 0 1000 1001 1111 11 10100 1010001

Color Harmonies of #D8C6C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8C6C5

Black with #D8C6C5

Text Example


Text Example

White with #D8C6C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8C6C5; }

 p { color: rgb(216,198,197); }

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

background-color css

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

 a { background-color: rgb(216,198,197); }

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

border-color css

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

 span { border-color: rgb(216,198,197); }

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