#CAD5A1

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

Shades of Pale Leaf #CAD5A1

Tints of Pale Leaf #CAD5A1

Color information

#CAD5A1 (or 0xCAD5A1) is unknown color: approx Pale Leaf. HEX triplet: CA, D5 and A1. RGB value is (202,213,161). Sum of RGB (Red+Green+Blue) = 202+213+161=576 (76% of max value = 765). Red value is 202 (79.30% from 255 or 35.07% from 576); Green value is 213 (83.59% from 255 or 36.98% from 576); Blue value is 161 (63.28% from 255 or 27.95% from 576); Max value from RGB is 213 - color contains mainly: green. Hex color #CAD5A1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAD5A1 is #352A5E. Grayscale: #CBCBCB. Windows color (decimal): -3484255 or 10606026. OLE color: 10606026.

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

Color convert

RGB202213161-
CMYK0.0500.240.16
HSL72.69º38.24%73.33%-
HSV(B)72.69º24.41%83.53%-
XYZ54.5862.7242.95-
YUV203.78103.86126.73-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 35.07%
GREEN value IS 213 (83.59% from 255) = 36.98%
BLUE value IS 161 (63.28% from 255) = 27.95%
R=35.07%
G=36.98%
B=27.95%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2022131610.0500.240.1672.6938.2473.33
HexCAD5A1501810492649
Octal31232524150302011146111
Binary1100101011010101101000011010110001000010010011001101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAD5A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAD5A1; }

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

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

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

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

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

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

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

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