#CAD9AB

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

Shades of Pale Leaf #CAD9AB

Tints of Pale Leaf #CAD9AB

Color information

#CAD9AB (or 0xCAD9AB) is unknown color: approx Pale Leaf. HEX triplet: CA, D9 and AB. RGB value is (202,217,171). Sum of RGB (Red+Green+Blue) = 202+217+171=590 (78% of max value = 765). Red value is 202 (79.30% from 255 or 34.24% from 590); Green value is 217 (85.16% from 255 or 36.78% from 590); Blue value is 171 (67.19% from 255 or 28.98% from 590); Max value from RGB is 217 - color contains mainly: green. Hex color #CAD9AB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAD9AB is #352654. Grayscale: #CFCFCF. Windows color (decimal): -3483221 or 11262410. OLE color: 11262410.

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

Color convert

RGB202217171-
CMYK0.0700.210.15
HSL79.57º37.7%76.08%-
HSV(B)79.57º21.2%85.1%-
XYZ56.5265.1248.12-
YUV207.27107.53124.24-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 34.24%
GREEN value IS 217 (85.16% from 255) = 36.78%
BLUE value IS 171 (67.19% from 255) = 28.98%
R=34.24%
G=36.78%
B=28.98%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2022171710.0700.210.1579.5737.776.08
HexCAD9AB7015F50264c
Octal31233125370251712046114
Binary110010101101100110101011111010101111110100001001101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAD9AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAD9AB; }

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

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

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

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

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

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

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

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