#CAD8A8

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

Shades of Pale Leaf #CAD8A8

Tints of Pale Leaf #CAD8A8

Color information

#CAD8A8 (or 0xCAD8A8) is unknown color: approx Pale Leaf. HEX triplet: CA, D8 and A8. RGB value is (202,216,168). Sum of RGB (Red+Green+Blue) = 202+216+168=586 (77% of max value = 765). Red value is 202 (79.30% from 255 or 34.47% from 586); Green value is 216 (84.77% from 255 or 36.86% from 586); Blue value is 168 (66.02% from 255 or 28.67% from 586); Max value from RGB is 216 - color contains mainly: green. Hex color #CAD8A8 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAD8A8 is #352757. Grayscale: #CECECE. Windows color (decimal): -3483480 or 11065546. OLE color: 11065546.

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

Color convert

RGB202216168-
CMYK0.0600.220.15
HSL77.5º38.1%75.29%-
HSV(B)77.5º22.22%84.71%-
XYZ55.9864.546.54-
YUV206.34106.36124.9-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 34.47%
GREEN value IS 216 (84.77% from 255) = 36.86%
BLUE value IS 168 (66.02% from 255) = 28.67%
R=34.47%
G=36.86%
B=28.67%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2022161680.0600.220.1577.538.175.29
HexCAD8A86016F4e264b
Octal31233025060261711646113
Binary110010101101100010101000110010110111110011101001101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAD8A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAD8A8; }

 p { color: rgb(202,216,168); }

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

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

 a { background-color: rgb(202,216,168); }

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

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

 span { border-color: rgb(202,216,168); }

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