Html Css Color HEX #C8D4AD Pale Leaf

📋 copy color: '#C8D4AD'

red 200 ◦ green 212 ◦ blue 173

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

Shades of Pale Leaf #C8D4AD

Tints of Pale Leaf #C8D4AD

RGB

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

 GREEN value IS 212 (83.2% from 255) = 36.24%

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

R = 34.19%
G = 36.24%
B = 29.57%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.18

 K value IS 0.17

RGB Variations

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

Color information

#C8D4AD (or 0xC8D4AD) is known color: Pale Leaf. HEX triplet: C8, D4 and AD. RGB value is (200,212,173). Sum of RGB (Red+Green+Blue) = 200+212+173=585 (77% of max value = 765). Red value is 200 (78.52% from 255 or 34.19% from 585); Green value is 212 (83.20% from 255 or 36.24% from 585); Blue value is 173 (67.97% from 255 or 29.57% from 585); Max value from RGB is 212 - color contains mainly: green. Hex color #C8D4AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C8D4AD is #372B52. Grayscale: #CCCCCC. Windows color (decimal): -3615571 or 11392200. OLE color: 11392200.

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

Color convert

RGB 200 212 173 -
CMYK 0.06 0 0.18 0.17
HSL 78.46º 0.31% 0.75% -
HSV(B) 78.46º 0.18% 0.83% -
XYZ 54.91 62.38 48.68 -
YUV 203.97 110.52 125.17 -
System Red Green Blue C M Y K H S L
Decimal 200 212 173 0.06 0 0.18 0.17 78.46 0.31 0.75
Hex C8 D4 AD 6 0 12 11 4E 1F 4B
Octal 310 324 255 6 0 22 21 116 37 113
Binary 11001000 11010100 10101101 110 0 10010 10001 1001110 11111 1001011

Color Harmonies of #C8D4AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8D4AD

Black with #C8D4AD

Text Example


Text Example

White with #C8D4AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8D4AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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