Html Css Color HEX #C7D9AF Pale Leaf

📋 copy color: '#C7D9AF'

red 199 ◦ green 217 ◦ blue 175

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

Shades of Pale Leaf #C7D9AF

Tints of Pale Leaf #C7D9AF

RGB

 RED value IS 199 (78.13% from 255) = 33.67%

 GREEN value IS 217 (85.16% from 255) = 36.72%

 BLUE value IS 175 (68.75% from 255) = 29.61%

R = 33.67%
G = 36.72%
B = 29.61%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.19

 K value IS 0.15

RGB Variations

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

Color information

#C7D9AF (or 0xC7D9AF) is known color: Pale Leaf. HEX triplet: C7, D9 and AF. RGB value is (199,217,175). Sum of RGB (Red+Green+Blue) = 199+217+175=591 (78% of max value = 765). Red value is 199 (78.12% from 255 or 33.67% from 591); Green value is 217 (85.16% from 255 or 36.72% from 591); Blue value is 175 (68.75% from 255 or 29.61% from 591); Max value from RGB is 217 - color contains mainly: green. Hex color #C7D9AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C7D9AF is #382650. Grayscale: #CECECE. Windows color (decimal): -3679825 or 11524551. OLE color: 11524551.

HSL color Cylindrical-coordinate representation of color #C7D9AF: hue angle of 85.71º degrees, saturation: 0.36, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #C7D9AF is Cyan = 0.08, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.15.

Color convert

RGB 199 217 175 -
CMYK 0.08 0 0.19 0.15
HSL 85.71º 0.36% 0.77% -
HSV(B) 85.71º 0.19% 0.85% -
XYZ 56.1 64.86 50.12 -
YUV 206.83 110.04 122.42 -
System Red Green Blue C M Y K H S L
Decimal 199 217 175 0.08 0 0.19 0.15 85.71 0.36 0.77
Hex C7 D9 AF 8 0 13 F 56 24 4D
Octal 307 331 257 10 0 23 17 126 44 115
Binary 11000111 11011001 10101111 1000 0 10011 1111 1010110 100100 1001101

Color Harmonies of #C7D9AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7D9AF

Black with #C7D9AF

Text Example


Text Example

White with #C7D9AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7D9AF; }

 p { color: rgb(199,217,175); }

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

background-color css

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

 a { background-color: rgb(199,217,175); }

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

border-color css

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

 span { border-color: rgb(199,217,175); }

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