Html Css Color HEX #D1CBAE Parchment

📋 copy color: '#D1CBAE'

red 209 ◦ green 203 ◦ blue 174

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

Shades of Parchment #D1CBAE

Tints of Parchment #D1CBAE

RGB

 RED value IS 209 (82.03% from 255) = 35.67%

 GREEN value IS 203 (79.69% from 255) = 34.64%

 BLUE value IS 174 (68.36% from 255) = 29.69%

R = 35.67%
G = 34.64%
B = 29.69%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.17

 K value IS 0.18

RGB Variations

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

Color information

#D1CBAE (or 0xD1CBAE) is known color: Parchment. HEX triplet: D1, CB and AE. RGB value is (209,203,174). Sum of RGB (Red+Green+Blue) = 209+203+174=586 (77% of max value = 765). Red value is 209 (82.03% from 255 or 35.67% from 586); Green value is 203 (79.69% from 255 or 34.64% from 586); Blue value is 174 (68.36% from 255 or 29.69% from 586); Max value from RGB is 209 - color contains mainly: red. Hex color #D1CBAE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D1CBAE is #2E3451. Grayscale: #C9C9C9. Windows color (decimal): -3028050 or 11455441. OLE color: 11455441.

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

Color convert

RGB 209 203 174 -
CMYK 0 0.03 0.17 0.18
HSL 49.71º 0.28% 0.75% -
HSV(B) 49.71º 0.17% 0.82% -
XYZ 55.29 59.32 48.58 -
YUV 201.49 112.49 133.36 -
System Red Green Blue C M Y K H S L
Decimal 209 203 174 0 0.03 0.17 0.18 49.71 0.28 0.75
Hex D1 CB AE 0 3 11 12 32 1C 4B
Octal 321 313 256 0 3 21 22 62 34 113
Binary 11010001 11001011 10101110 0 11 10001 10010 110010 11100 1001011

Color Harmonies of #D1CBAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1CBAE

Black with #D1CBAE

Text Example


Text Example

White with #D1CBAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1CBAE; }

 p { color: rgb(209,203,174); }

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

background-color css

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

 a { background-color: rgb(209,203,174); }

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

border-color css

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

 span { border-color: rgb(209,203,174); }

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