Html Css Color HEX #C8D2AD Pale Leaf

📋 copy color: '#C8D2AD'

red 200 ◦ green 210 ◦ blue 173

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

Shades of Pale Leaf #C8D2AD

Tints of Pale Leaf #C8D2AD

RGB

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

 GREEN value IS 210 (82.42% from 255) = 36.02%

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

R = 34.31%
G = 36.02%
B = 29.67%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.18

 K value IS 0.18

RGB Variations

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

Color information

#C8D2AD (or 0xC8D2AD) is known color: Pale Leaf. HEX triplet: C8, D2 and AD. RGB value is (200,210,173). Sum of RGB (Red+Green+Blue) = 200+210+173=583 (77% of max value = 765). Red value is 200 (78.52% from 255 or 34.31% from 583); Green value is 210 (82.42% from 255 or 36.02% from 583); Blue value is 173 (67.97% from 255 or 29.67% from 583); Max value from RGB is 210 - color contains mainly: green. Hex color #C8D2AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C8D2AD is #372D52. Grayscale: #CACACA. Windows color (decimal): -3616083 or 11391688. OLE color: 11391688.

HSL color Cylindrical-coordinate representation of color #C8D2AD: hue angle of 76.22º degrees, saturation: 0.29, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #C8D2AD is Cyan = 0.05, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.18.

Color convert

RGB 200 210 173 -
CMYK 0.05 0 0.18 0.18
HSL 76.22º 0.29% 0.75% -
HSV(B) 76.22º 0.18% 0.82% -
XYZ 54.41 61.39 48.52 -
YUV 202.79 111.19 126.01 -
System Red Green Blue C M Y K H S L
Decimal 200 210 173 0.05 0 0.18 0.18 76.22 0.29 0.75
Hex C8 D2 AD 5 0 12 12 4C 1D 4B
Octal 310 322 255 5 0 22 22 114 35 113
Binary 11001000 11010010 10101101 101 0 10010 10010 1001100 11101 1001011

Color Harmonies of #C8D2AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8D2AD

Black with #C8D2AD

Text Example


Text Example

White with #C8D2AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8D2AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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