Html Css Color HEX #D5CAC7 Alto

📋 copy color: '#D5CAC7'

red 213 ◦ green 202 ◦ blue 199

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

Shades of Alto #D5CAC7

Tints of Alto #D5CAC7

RGB

 RED value IS 213 (83.59% from 255) = 34.69%

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

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

R = 34.69%
G = 32.9%
B = 32.41%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.07

 K value IS 0.16

RGB Variations

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

Color information

#D5CAC7 (or 0xD5CAC7) is known color: Alto. HEX triplet: D5, CA and C7. RGB value is (213,202,199). Sum of RGB (Red+Green+Blue) = 213+202+199=614 (81% of max value = 765). Red value is 213 (83.59% from 255 or 34.69% from 614); Green value is 202 (79.30% from 255 or 32.90% from 614); Blue value is 199 (78.12% from 255 or 32.41% from 614); Max value from RGB is 213 - color contains mainly: red. Hex color #D5CAC7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5CAC7 is #2A3538. Grayscale: #CCCCCC. Windows color (decimal): -2766137 or 13093589. OLE color: 13093589.

HSL color Cylindrical-coordinate representation of color #D5CAC7: hue angle of 12.86º degrees, saturation: 0.14, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #D5CAC7 is Cyan = 0, Magento = 0.05, Yellow = 0.07 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 202 199 -
CMYK 0 0.05 0.07 0.16
HSL 12.86º 0.14% 0.81% -
HSV(B) 12.86º 0.07% 0.84% -
XYZ 58.87 60.51 62.61 -
YUV 204.95 124.64 133.74 -
System Red Green Blue C M Y K H S L
Decimal 213 202 199 0 0.05 0.07 0.16 12.86 0.14 0.81
Hex D5 CA C7 0 5 7 10 D E 51
Octal 325 312 307 0 5 7 20 15 16 121
Binary 11010101 11001010 11000111 0 101 111 10000 1101 1110 1010001

Color Harmonies of #D5CAC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5CAC7

Black with #D5CAC7

Text Example


Text Example

White with #D5CAC7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5CAC7; }

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

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

background-color css

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

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

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

border-color css

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

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

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