#D1CAAD

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

Shades of Parchment #D1CAAD

Tints of Parchment #D1CAAD

Color information

#D1CAAD (or 0xD1CAAD) is unknown color: approx Parchment. HEX triplet: D1, CA and AD. RGB value is (209,202,173). Sum of RGB (Red+Green+Blue) = 209+202+173=584 (77% of max value = 765). Red value is 209 (82.03% from 255 or 35.79% from 584); Green value is 202 (79.30% from 255 or 34.59% from 584); Blue value is 173 (67.97% from 255 or 29.62% from 584); Max value from RGB is 209 - color contains mainly: red. Hex color #D1CAAD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D1CAAD is #2E3552. Grayscale: #C8C8C8. Windows color (decimal): -3028307 or 11389649. OLE color: 11389649.

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

Color convert

RGB209202173-
CMYK00.030.170.18
HSL48.33º28.13%74.9%-
HSV(B)48.33º17.22%81.96%-
XYZ54.9658.8147.99-
YUV200.79112.32133.86-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 35.79%
GREEN value IS 202 (79.30% from 255) = 34.59%
BLUE value IS 173 (67.97% from 255) = 29.62%
R=35.79%
G=34.59%
B=29.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.17
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20920217300.030.170.1848.3328.1374.9
HexD1CAAD031112301c4b
Octal3213122550321226034113
Binary1101000111001010101011010111000110010110000111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1CAAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1CAAD; }

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

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

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

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

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

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

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

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