Html Css Color HEX #C8D8A6 Pale Leaf

📋 copy color: '#C8D8A6'

red 200 ◦ green 216 ◦ blue 166

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

Shades of Pale Leaf #C8D8A6

Tints of Pale Leaf #C8D8A6

RGB

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

 GREEN value IS 216 (84.77% from 255) = 37.11%

 BLUE value IS 166 (65.23% from 255) = 28.52%

R = 34.36%
G = 37.11%
B = 28.52%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.23

 K value IS 0.15

RGB Variations

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

Color information

#C8D8A6 (or 0xC8D8A6) is known color: Pale Leaf. HEX triplet: C8, D8 and A6. RGB value is (200,216,166). Sum of RGB (Red+Green+Blue) = 200+216+166=582 (77% of max value = 765). Red value is 200 (78.52% from 255 or 34.36% from 582); Green value is 216 (84.77% from 255 or 37.11% from 582); Blue value is 166 (65.23% from 255 or 28.52% from 582); Max value from RGB is 216 - color contains mainly: green. Hex color #C8D8A6 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C8D8A6 is #372759. Grayscale: #CDCDCD. Windows color (decimal): -3614554 or 10934472. OLE color: 10934472.

HSL color Cylindrical-coordinate representation of color #C8D8A6: hue angle of 79.2º degrees, saturation: 0.39, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C8D8A6 is Cyan = 0.07, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.15.

Color convert

RGB 200 216 166 -
CMYK 0.07 0 0.23 0.15
HSL 79.2º 0.39% 0.75% -
HSV(B) 79.2º 0.23% 0.85% -
XYZ 55.26 64.14 45.55 -
YUV 205.52 105.7 124.07 -
System Red Green Blue C M Y K H S L
Decimal 200 216 166 0.07 0 0.23 0.15 79.2 0.39 0.75
Hex C8 D8 A6 7 0 17 F 4F 27 4B
Octal 310 330 246 7 0 27 17 117 47 113
Binary 11001000 11011000 10100110 111 0 10111 1111 1001111 100111 1001011

Color Harmonies of #C8D8A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8D8A6

Black with #C8D8A6

Text Example


Text Example

White with #C8D8A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8D8A6; }

 p { color: rgb(200,216,166); }

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

background-color css

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

 a { background-color: rgb(200,216,166); }

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

border-color css

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

 span { border-color: rgb(200,216,166); }

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