#C8D5AF

Color #C8D5AF Pale Leaf (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pale Leaf #C8D5AF

Tints of Pale Leaf #C8D5AF

Color information

#C8D5AF (or 0xC8D5AF) is unknown color: approx Pale Leaf. HEX triplet: C8, D5 and AF. RGB value is (200,213,175). Sum of RGB (Red+Green+Blue) = 200+213+175=588 (77% of max value = 765). Red value is 200 (78.52% from 255 or 34.01% from 588); Green value is 213 (83.59% from 255 or 36.22% from 588); Blue value is 175 (68.75% from 255 or 29.76% from 588); Max value from RGB is 213 - color contains mainly: green. Hex color #C8D5AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C8D5AF is #372A50. Grayscale: #CCCCCC. Windows color (decimal): -3615313 or 11523528. OLE color: 11523528.

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

Color convert

RGB200213175-
CMYK0.0600.180.16
HSL80.53º31.15%76.08%-
HSV(B)80.53º17.84%83.53%-
XYZ55.3562.9649.79-
YUV204.78111.19124.59-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 34.01%
GREEN value IS 213 (83.59% from 255) = 36.22%
BLUE value IS 175 (68.75% from 255) = 29.76%
R=34.01%
G=36.22%
B=29.76%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2002131750.0600.180.1680.5331.1576.08
HexC8D5AF601210511f4c
Octal31032525760222012137114
Binary110010001101010110101111110010010100001010001111111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8D5AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8D5AF; }

 p { color: rgb(200,213,175); }

 H1.HeaderClassName
 {
   color: #C8D5AF;
 }
 .AnyTagClassName
 {
   color: #C8D5AF;
 }
</style>
background-color css

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

 a { background-color: rgb(200,213,175); }

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

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

 span { border-color: rgb(200,213,175); }

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