Html Css Color HEX #D8CAC7 Alto

📋 copy color: '#D8CAC7'

red 216 ◦ green 202 ◦ blue 199

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

Shades of Alto #D8CAC7

Tints of Alto #D8CAC7

RGB

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

 GREEN value IS 202 (79.3% from 255) = 32.74%

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

R = 35.01%
G = 32.74%
B = 32.25%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.08

 K value IS 0.15

RGB Variations

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

Color information

#D8CAC7 (or 0xD8CAC7) is known color: Alto. HEX triplet: D8, CA and C7. RGB value is (216,202,199). Sum of RGB (Red+Green+Blue) = 216+202+199=617 (81% of max value = 765). Red value is 216 (84.77% from 255 or 35.01% from 617); Green value is 202 (79.30% from 255 or 32.74% from 617); Blue value is 199 (78.12% from 255 or 32.25% from 617); Max value from RGB is 216 - color contains mainly: red. Hex color #D8CAC7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D8CAC7 is #273538. Grayscale: #CDCDCD. Windows color (decimal): -2569529 or 13093592. OLE color: 13093592.

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

Color convert

RGB 216 202 199 -
CMYK 0 0.06 0.08 0.15
HSL 10.59º 0.18% 0.81% -
HSV(B) 10.59º 0.08% 0.85% -
XYZ 59.75 60.96 62.65 -
YUV 205.84 124.14 135.24 -
System Red Green Blue C M Y K H S L
Decimal 216 202 199 0 0.06 0.08 0.15 10.59 0.18 0.81
Hex D8 CA C7 0 6 8 F B 12 51
Octal 330 312 307 0 6 10 17 13 22 121
Binary 11011000 11001010 11000111 0 110 1000 1111 1011 10010 1010001

Color Harmonies of #D8CAC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8CAC7

Black with #D8CAC7

Text Example


Text Example

White with #D8CAC7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8CAC7; }

 p { color: rgb(216,202,199); }

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

background-color css

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

 a { background-color: rgb(216,202,199); }

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

border-color css

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

 span { border-color: rgb(216,202,199); }

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