Html Css Color HEX #D8C3BE Alto

📋 copy color: '#D8C3BE'

red 216 ◦ green 195 ◦ blue 190

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

Shades of Alto #D8C3BE

Tints of Alto #D8C3BE

RGB

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

 GREEN value IS 195 (76.56% from 255) = 32.45%

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

R = 35.94%
G = 32.45%
B = 31.61%

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

#D8C3BE (or 0xD8C3BE) is known color: Alto. HEX triplet: D8, C3 and BE. RGB value is (216,195,190). Sum of RGB (Red+Green+Blue) = 216+195+190=601 (79% of max value = 765). Red value is 216 (84.77% from 255 or 35.94% from 601); Green value is 195 (76.56% from 255 or 32.45% from 601); Blue value is 190 (74.61% from 255 or 31.61% from 601); Max value from RGB is 216 - color contains mainly: red. Hex color #D8C3BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D8C3BE is #273C41. Grayscale: #C8C8C8. Windows color (decimal): -2571330 or 12501976. OLE color: 12501976.

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

Color convert

RGB 216 195 190 -
CMYK 0 0.10 0.12 0.15
HSL 11.54º 0.25% 0.8% -
HSV(B) 11.54º 0.12% 0.85% -
XYZ 57.13 57.35 56.77 -
YUV 200.71 121.96 138.91 -
System Red Green Blue C M Y K H S L
Decimal 216 195 190 0 0.10 0.12 0.15 11.54 0.25 0.8
Hex D8 C3 BE 0 A C F C 19 50
Octal 330 303 276 0 12 14 17 14 31 120
Binary 11011000 11000011 10111110 0 1010 1100 1111 1100 11001 1010000

Color Harmonies of #D8C3BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8C3BE

Black with #D8C3BE

Text Example


Text Example

White with #D8C3BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8C3BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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