Html Css Color HEX #C6D3AB Pale Leaf

📋 copy color: '#C6D3AB'

red 198 ◦ green 211 ◦ blue 171

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

Shades of Pale Leaf #C6D3AB

Tints of Pale Leaf #C6D3AB

RGB

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

 GREEN value IS 211 (82.81% from 255) = 36.38%

 BLUE value IS 171 (67.19% from 255) = 29.48%

R = 34.14%
G = 36.38%
B = 29.48%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.19

 K value IS 0.17

RGB Variations

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

Color information

#C6D3AB (or 0xC6D3AB) is known color: Pale Leaf. HEX triplet: C6, D3 and AB. RGB value is (198,211,171). Sum of RGB (Red+Green+Blue) = 198+211+171=580 (76% of max value = 765). Red value is 198 (77.73% from 255 or 34.14% from 580); Green value is 211 (82.81% from 255 or 36.38% from 580); Blue value is 171 (67.19% from 255 or 29.48% from 580); Max value from RGB is 211 - color contains mainly: green. Hex color #C6D3AB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C6D3AB is #392C54. Grayscale: #CACACA. Windows color (decimal): -3746901 or 11260870. OLE color: 11260870.

HSL color Cylindrical-coordinate representation of color #C6D3AB: hue angle of 79.5º degrees, saturation: 0.31, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #C6D3AB is Cyan = 0.06, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.17.

Color convert

RGB 198 211 171 -
CMYK 0.06 0 0.19 0.17
HSL 79.5º 0.31% 0.75% -
HSV(B) 79.5º 0.19% 0.83% -
XYZ 53.93 61.53 47.56 -
YUV 202.55 110.19 124.75 -
System Red Green Blue C M Y K H S L
Decimal 198 211 171 0.06 0 0.19 0.17 79.5 0.31 0.75
Hex C6 D3 AB 6 0 13 11 50 1F 4B
Octal 306 323 253 6 0 23 21 120 37 113
Binary 11000110 11010011 10101011 110 0 10011 10001 1010000 11111 1001011

Color Harmonies of #C6D3AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6D3AB

Black with #C6D3AB

Text Example


Text Example

White with #C6D3AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6D3AB; }

 p { color: rgb(198,211,171); }

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

background-color css

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

 a { background-color: rgb(198,211,171); }

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

border-color css

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

 span { border-color: rgb(198,211,171); }

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