Html Css Color HEX #C6D6A7 Pale Leaf

📋 copy color: '#C6D6A7'

red 198 ◦ green 214 ◦ blue 167

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

Shades of Pale Leaf #C6D6A7

Tints of Pale Leaf #C6D6A7

RGB

 RED value IS 198 (77.73% from 255) = 34.2%

 GREEN value IS 214 (83.98% from 255) = 36.96%

 BLUE value IS 167 (65.63% from 255) = 28.84%

R = 34.2%
G = 36.96%
B = 28.84%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.22

 K value IS 0.16

RGB Variations

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

Color information

#C6D6A7 (or 0xC6D6A7) is known color: Pale Leaf. HEX triplet: C6, D6 and A7. RGB value is (198,214,167). Sum of RGB (Red+Green+Blue) = 198+214+167=579 (76% of max value = 765). Red value is 198 (77.73% from 255 or 34.20% from 579); Green value is 214 (83.98% from 255 or 36.96% from 579); Blue value is 167 (65.62% from 255 or 28.84% from 579); Max value from RGB is 214 - color contains mainly: green. Hex color #C6D6A7 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C6D6A7 is #392958. Grayscale: #CCCCCC. Windows color (decimal): -3746137 or 10999494. OLE color: 10999494.

HSL color Cylindrical-coordinate representation of color #C6D6A7: hue angle of 80.43º degrees, saturation: 0.36, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C6D6A7 is Cyan = 0.07, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.16.

Color convert

RGB 198 214 167 -
CMYK 0.07 0 0.22 0.16
HSL 80.43º 0.36% 0.75% -
HSV(B) 80.43º 0.22% 0.84% -
XYZ 54.31 62.89 45.84 -
YUV 203.86 107.2 123.82 -
System Red Green Blue C M Y K H S L
Decimal 198 214 167 0.07 0 0.22 0.16 80.43 0.36 0.75
Hex C6 D6 A7 7 0 16 10 50 24 4B
Octal 306 326 247 7 0 26 20 120 44 113
Binary 11000110 11010110 10100111 111 0 10110 10000 1010000 100100 1001011

Color Harmonies of #C6D6A7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6D6A7

Black with #C6D6A7

Text Example


Text Example

White with #C6D6A7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6D6A7; }

 p { color: rgb(198,214,167); }

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

background-color css

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

 a { background-color: rgb(198,214,167); }

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

border-color css

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

 span { border-color: rgb(198,214,167); }

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