#CAD6AD

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

Shades of Pale Leaf #CAD6AD

Tints of Pale Leaf #CAD6AD

Color information

#CAD6AD (or 0xCAD6AD) is unknown color: approx Pale Leaf. HEX triplet: CA, D6 and AD. RGB value is (202,214,173). Sum of RGB (Red+Green+Blue) = 202+214+173=589 (78% of max value = 765). Red value is 202 (79.30% from 255 or 34.30% from 589); Green value is 214 (83.98% from 255 or 36.33% from 589); Blue value is 173 (67.97% from 255 or 29.37% from 589); Max value from RGB is 214 - color contains mainly: green. Hex color #CAD6AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAD6AD is #352952. Grayscale: #CDCDCD. Windows color (decimal): -3483987 or 11392714. OLE color: 11392714.

HSL color Cylindrical-coordinate representation of color #CAD6AD: hue angle of 77.56º degrees, saturation: 0.33, 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 #CAD6AD is Cyan = 0.06, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.16.

Color convert

RGB202214173-
CMYK0.0600.190.16
HSL77.56º33.33%75.88%-
HSV(B)77.56º19.16%83.92%-
XYZ55.9563.6748.88-
YUV205.74109.52125.33-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 34.30%
GREEN value IS 214 (83.98% from 255) = 36.33%
BLUE value IS 173 (67.97% from 255) = 29.37%
R=34.30%
G=36.33%
B=29.37%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2022141730.0600.190.1677.5633.3375.88
HexCAD6AD6013104e214c
Octal31232625560232011641114
Binary1100101011010110101011011100100111000010011101000011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAD6AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAD6AD; }

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

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

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

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

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

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

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

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