Html Css Color HEX #D8C1BE Alto

📋 copy color: '#D8C1BE'

red 216 ◦ green 193 ◦ blue 190

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

Shades of Alto #D8C1BE

Tints of Alto #D8C1BE

RGB

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

 GREEN value IS 193 (75.78% from 255) = 32.22%

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

R = 36.06%
G = 32.22%
B = 31.72%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.12

 K value IS 0.15

RGB Variations

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

Color information

#D8C1BE (or 0xD8C1BE) is known color: Alto. HEX triplet: D8, C1 and BE. RGB value is (216,193,190). Sum of RGB (Red+Green+Blue) = 216+193+190=599 (79% of max value = 765). Red value is 216 (84.77% from 255 or 36.06% from 599); Green value is 193 (75.78% from 255 or 32.22% from 599); Blue value is 190 (74.61% from 255 or 31.72% from 599); Max value from RGB is 216 - color contains mainly: red. Hex color #D8C1BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D8C1BE is #273E41. Grayscale: #C7C7C7. Windows color (decimal): -2571842 or 12501464. OLE color: 12501464.

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

Color convert

RGB 216 193 190 -
CMYK 0 0.11 0.12 0.15
HSL 6.92º 0.25% 0.8% -
HSV(B) 6.92º 0.12% 0.85% -
XYZ 56.68 56.46 56.62 -
YUV 199.54 122.62 139.74 -
System Red Green Blue C M Y K H S L
Decimal 216 193 190 0 0.11 0.12 0.15 6.92 0.25 0.8
Hex D8 C1 BE 0 B C F 7 19 50
Octal 330 301 276 0 13 14 17 7 31 120
Binary 11011000 11000001 10111110 0 1011 1100 1111 111 11001 1010000

Color Harmonies of #D8C1BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8C1BE

Black with #D8C1BE

Text Example


Text Example

White with #D8C1BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8C1BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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