#D1CAAC

Color #D1CAAC Parchment (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Parchment #D1CAAC

Tints of Parchment #D1CAAC

Color information

#D1CAAC (or 0xD1CAAC) is unknown color: approx Parchment. HEX triplet: D1, CA and AC. RGB value is (209,202,172). Sum of RGB (Red+Green+Blue) = 209+202+172=583 (77% of max value = 765). Red value is 209 (82.03% from 255 or 35.85% from 583); Green value is 202 (79.30% from 255 or 34.65% from 583); Blue value is 172 (67.58% from 255 or 29.50% from 583); Max value from RGB is 209 - color contains mainly: red. Hex color #D1CAAC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D1CAAC is #2E3553. Grayscale: #C8C8C8. Windows color (decimal): -3028308 or 11324113. OLE color: 11324113.

HSL color Cylindrical-coordinate representation of color #D1CAAC: hue angle of 48.65º degrees, saturation: 0.29, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #D1CAAC is Cyan = 0, Magento = 0.03, Yellow = 0.18 and Black (K on CMYK) = 0.18.

Color convert

RGB209202172-
CMYK00.030.180.18
HSL48.65º28.68%74.71%-
HSV(B)48.65º17.7%81.96%-
XYZ54.8658.7747.48-
YUV200.67111.82133.94-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 35.85%
GREEN value IS 202 (79.30% from 255) = 34.65%
BLUE value IS 172 (67.58% from 255) = 29.50%
R=35.85%
G=34.65%
B=29.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.18
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20920217200.030.180.1848.6528.6874.71
HexD1CAAC031212311d4b
Octal3213122540322226135113
Binary1101000111001010101011000111001010010110001111011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1CAAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1CAAC; }

 p { color: rgb(209,202,172); }

 H1.HeaderClassName
 {
   color: #D1CAAC;
 }
 .AnyTagClassName
 {
   color: #D1CAAC;
 }
</style>
background-color css

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

 a { background-color: rgb(209,202,172); }

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

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

 span { border-color: rgb(209,202,172); }

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