#CAD9AD

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

Shades of Pale Leaf #CAD9AD

Tints of Pale Leaf #CAD9AD

Color information

#CAD9AD (or 0xCAD9AD) is unknown color: approx Pale Leaf. HEX triplet: CA, D9 and AD. RGB value is (202,217,173). Sum of RGB (Red+Green+Blue) = 202+217+173=592 (78% of max value = 765). Red value is 202 (79.30% from 255 or 34.12% from 592); Green value is 217 (85.16% from 255 or 36.66% from 592); Blue value is 173 (67.97% from 255 or 29.22% from 592); Max value from RGB is 217 - color contains mainly: green. Hex color #CAD9AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAD9AD is #352652. Grayscale: #CFCFCF. Windows color (decimal): -3483219 or 11393482. OLE color: 11393482.

HSL color Cylindrical-coordinate representation of color #CAD9AD: hue angle of 80.45º degrees, saturation: 0.37, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CAD9AD is Cyan = 0.07, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.15.

Color convert

RGB202217173-
CMYK0.0700.200.15
HSL80.45º36.67%76.47%-
HSV(B)80.45º20.28%85.1%-
XYZ56.7165.249.13-
YUV207.5108.53124.08-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 34.12%
GREEN value IS 217 (85.16% from 255) = 36.66%
BLUE value IS 173 (67.97% from 255) = 29.22%
R=34.12%
G=36.66%
B=29.22%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2022171730.0700.200.1580.4536.6776.47
HexCAD9AD7014F50254c
Octal31233125570241712045114
Binary110010101101100110101101111010100111110100001001011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAD9AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAD9AD; }

 p { color: rgb(202,217,173); }

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

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

 a { background-color: rgb(202,217,173); }

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

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

 span { border-color: rgb(202,217,173); }

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