Html Css Color HEX #D8C2BE Alto

📋 copy color: '#D8C2BE'

red 216 ◦ green 194 ◦ blue 190

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

Shades of Alto #D8C2BE

Tints of Alto #D8C2BE

RGB

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

 GREEN value IS 194 (76.17% from 255) = 32.33%

 BLUE value IS 190 (74.61% from 255) = 31.67%

R = 36%
G = 32.33%
B = 31.67%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.12

 K value IS 0.15

RGB Variations

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

Color information

#D8C2BE (or 0xD8C2BE) is known color: Alto. HEX triplet: D8, C2 and BE. RGB value is (216,194,190). Sum of RGB (Red+Green+Blue) = 216+194+190=600 (79% of max value = 765). Red value is 216 (84.77% from 255 or 36% from 600); Green value is 194 (76.17% from 255 or 32.33% from 600); Blue value is 190 (74.61% from 255 or 31.67% from 600); Max value from RGB is 216 - color contains mainly: red. Hex color #D8C2BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D8C2BE is #273D41. Grayscale: #C8C8C8. Windows color (decimal): -2571586 or 12501720. OLE color: 12501720.

HSL color Cylindrical-coordinate representation of color #D8C2BE: hue angle of 9.23º degrees, saturation: 0.25, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #D8C2BE is Cyan = 0, Magento = 0.10, Yellow = 0.12 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 194 190 -
CMYK 0 0.10 0.12 0.15
HSL 9.23º 0.25% 0.8% -
HSV(B) 9.23º 0.12% 0.85% -
XYZ 56.9 56.9 56.7 -
YUV 200.12 122.29 139.33 -
System Red Green Blue C M Y K H S L
Decimal 216 194 190 0 0.10 0.12 0.15 9.23 0.25 0.8
Hex D8 C2 BE 0 A C F 9 19 50
Octal 330 302 276 0 12 14 17 11 31 120
Binary 11011000 11000010 10111110 0 1010 1100 1111 1001 11001 1010000

Color Harmonies of #D8C2BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8C2BE

Black with #D8C2BE

Text Example


Text Example

White with #D8C2BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8C2BE; }

 p { color: rgb(216,194,190); }

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

background-color css

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

 a { background-color: rgb(216,194,190); }

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

border-color css

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

 span { border-color: rgb(216,194,190); }

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