Html Css Color HEX #C8D6AD Pale Leaf

📋 copy color: '#C8D6AD'

red 200 ◦ green 214 ◦ blue 173

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

Shades of Pale Leaf #C8D6AD

Tints of Pale Leaf #C8D6AD

RGB

 RED value IS 200 (78.52% from 255) = 34.07%

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

 BLUE value IS 173 (67.97% from 255) = 29.47%

R = 34.07%
G = 36.46%
B = 29.47%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.19

 K value IS 0.16

RGB Variations

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

Color information

#C8D6AD (or 0xC8D6AD) is known color: Pale Leaf. HEX triplet: C8, D6 and AD. RGB value is (200,214,173). Sum of RGB (Red+Green+Blue) = 200+214+173=587 (77% of max value = 765). Red value is 200 (78.52% from 255 or 34.07% from 587); Green value is 214 (83.98% from 255 or 36.46% from 587); Blue value is 173 (67.97% from 255 or 29.47% from 587); Max value from RGB is 214 - color contains mainly: green. Hex color #C8D6AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C8D6AD is #372952. Grayscale: #CDCDCD. Windows color (decimal): -3615059 or 11392712. OLE color: 11392712.

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

Color convert

RGB 200 214 173 -
CMYK 0.07 0 0.19 0.16
HSL 80.49º 0.33% 0.76% -
HSV(B) 80.49º 0.19% 0.84% -
XYZ 55.41 63.39 48.85 -
YUV 205.14 109.86 124.33 -
System Red Green Blue C M Y K H S L
Decimal 200 214 173 0.07 0 0.19 0.16 80.49 0.33 0.76
Hex C8 D6 AD 7 0 13 10 50 21 4C
Octal 310 326 255 7 0 23 20 120 41 114
Binary 11001000 11010110 10101101 111 0 10011 10000 1010000 100001 1001100

Color Harmonies of #C8D6AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8D6AD

Black with #C8D6AD

Text Example


Text Example

White with #C8D6AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8D6AD; }

 p { color: rgb(200,214,173); }

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

background-color css

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

 a { background-color: rgb(200,214,173); }

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

border-color css

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

 span { border-color: rgb(200,214,173); }

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