#CAD9AF

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

Shades of Pale Leaf #CAD9AF

Tints of Pale Leaf #CAD9AF

Color information

#CAD9AF (or 0xCAD9AF) is unknown color: approx Pale Leaf. HEX triplet: CA, D9 and AF. RGB value is (202,217,175). Sum of RGB (Red+Green+Blue) = 202+217+175=594 (78% of max value = 765). Red value is 202 (79.30% from 255 or 34.01% from 594); Green value is 217 (85.16% from 255 or 36.53% from 594); Blue value is 175 (68.75% from 255 or 29.46% from 594); Max value from RGB is 217 - color contains mainly: green. Hex color #CAD9AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAD9AF is #352650. Grayscale: #CFCFCF. Windows color (decimal): -3483217 or 11524554. OLE color: 11524554.

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

Color convert

RGB202217175-
CMYK0.0700.190.15
HSL81.43º35.59%76.86%-
HSV(B)81.43º19.35%85.1%-
XYZ56.9165.2850.16-
YUV207.73109.53123.92-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 34.01%
GREEN value IS 217 (85.16% from 255) = 36.53%
BLUE value IS 175 (68.75% from 255) = 29.46%
R=34.01%
G=36.53%
B=29.46%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2022171750.0700.190.1581.4335.5976.86
HexCAD9AF7013F51244d
Octal31233125770231712144115
Binary110010101101100110101111111010011111110100011001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAD9AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAD9AF; }

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

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

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

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

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

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

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

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