#CAD5AD

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

Shades of Pale Leaf #CAD5AD

Tints of Pale Leaf #CAD5AD

Color information

#CAD5AD (or 0xCAD5AD) is unknown color: approx Pale Leaf. HEX triplet: CA, D5 and AD. RGB value is (202,213,173). Sum of RGB (Red+Green+Blue) = 202+213+173=588 (77% of max value = 765). Red value is 202 (79.30% from 255 or 34.35% from 588); Green value is 213 (83.59% from 255 or 36.22% from 588); Blue value is 173 (67.97% from 255 or 29.42% from 588); Max value from RGB is 213 - color contains mainly: green. Hex color #CAD5AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAD5AD is #352A52. Grayscale: #CDCDCD. Windows color (decimal): -3484243 or 11392458. OLE color: 11392458.

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

Color convert

RGB202213173-
CMYK0.0500.190.16
HSL76.5º32.26%75.69%-
HSV(B)76.5º18.78%83.53%-
XYZ55.6963.1648.79-
YUV205.15109.86125.75-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 34.35%
GREEN value IS 213 (83.59% from 255) = 36.22%
BLUE value IS 173 (67.97% from 255) = 29.42%
R=34.35%
G=36.22%
B=29.42%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2022131730.0500.190.1676.532.2675.69
HexCAD5AD5013104c204c
Octal31232525550232011440114
Binary1100101011010101101011011010100111000010011001000001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAD5AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAD5AD; }

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

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

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

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

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

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

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

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