#CAD7AD

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

Shades of Pale Leaf #CAD7AD

Tints of Pale Leaf #CAD7AD

Color information

#CAD7AD (or 0xCAD7AD) is unknown color: approx Pale Leaf. HEX triplet: CA, D7 and AD. RGB value is (202,215,173). Sum of RGB (Red+Green+Blue) = 202+215+173=590 (78% of max value = 765). Red value is 202 (79.30% from 255 or 34.24% from 590); Green value is 215 (84.38% from 255 or 36.44% from 590); Blue value is 173 (67.97% from 255 or 29.32% from 590); Max value from RGB is 215 - color contains mainly: green. Hex color #CAD7AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAD7AD is #352852. Grayscale: #CECECE. Windows color (decimal): -3483731 or 11392970. OLE color: 11392970.

HSL color Cylindrical-coordinate representation of color #CAD7AD: hue angle of 78.57º degrees, saturation: 0.34, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CAD7AD is Cyan = 0.06, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.16.

Color convert

RGB202215173-
CMYK0.0600.200.16
HSL78.57º34.43%76.08%-
HSV(B)78.57º19.53%84.31%-
XYZ56.264.1748.96-
YUV206.32109.19124.92-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 34.24%
GREEN value IS 215 (84.38% from 255) = 36.44%
BLUE value IS 173 (67.97% from 255) = 29.32%
R=34.24%
G=36.44%
B=29.32%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2022151730.0600.200.1678.5734.4376.08
HexCAD7AD6014104f224c
Octal31232725560242011742114
Binary1100101011010111101011011100101001000010011111000101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAD7AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAD7AD; }

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

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

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

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

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

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

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

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