#D0CAAD

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

Shades of Parchment #D0CAAD

Tints of Parchment #D0CAAD

Color information

#D0CAAD (or 0xD0CAAD) is unknown color: approx Parchment. HEX triplet: D0, CA and AD. RGB value is (208,202,173). Sum of RGB (Red+Green+Blue) = 208+202+173=583 (77% of max value = 765). Red value is 208 (81.64% from 255 or 35.68% from 583); Green value is 202 (79.30% from 255 or 34.65% from 583); Blue value is 173 (67.97% from 255 or 29.67% from 583); Max value from RGB is 208 - color contains mainly: red. Hex color #D0CAAD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D0CAAD is #2F3552. Grayscale: #C8C8C8. Windows color (decimal): -3093843 or 11389648. OLE color: 11389648.

HSL color Cylindrical-coordinate representation of color #D0CAAD: hue angle of 49.71º degrees, saturation: 0.27, 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 #D0CAAD is Cyan = 0, Magento = 0.03, Yellow = 0.17 and Black (K on CMYK) = 0.18.

Color convert

RGB208202173-
CMYK00.030.170.18
HSL49.71º27.13%74.71%-
HSV(B)49.71º16.83%81.57%-
XYZ54.6858.6747.98-
YUV200.49112.49133.36-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 35.68%
GREEN value IS 202 (79.30% from 255) = 34.65%
BLUE value IS 173 (67.97% from 255) = 29.67%
R=35.68%
G=34.65%
B=29.67%

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
Decimal20820217300.030.170.1849.7127.1374.71
HexD0CAAD031112321b4b
Octal3203122550321226233113
Binary1101000011001010101011010111000110010110010110111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0CAAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0CAAD; }

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

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

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

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

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

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

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

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