#CAD6AF

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

Shades of Pale Leaf #CAD6AF

Tints of Pale Leaf #CAD6AF

Color information

#CAD6AF (or 0xCAD6AF) is unknown color: approx Pale Leaf. HEX triplet: CA, D6 and AF. RGB value is (202,214,175). Sum of RGB (Red+Green+Blue) = 202+214+175=591 (78% of max value = 765). Red value is 202 (79.30% from 255 or 34.18% from 591); Green value is 214 (83.98% from 255 or 36.21% from 591); Blue value is 175 (68.75% from 255 or 29.61% from 591); Max value from RGB is 214 - color contains mainly: green. Hex color #CAD6AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAD6AF is #352950. Grayscale: #CECECE. Windows color (decimal): -3483985 or 11523786. OLE color: 11523786.

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

Color convert

RGB202214175-
CMYK0.0600.180.16
HSL78.46º32.23%76.27%-
HSV(B)78.46º18.22%83.92%-
XYZ56.1463.7449.9-
YUV205.97110.52125.17-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 34.18%
GREEN value IS 214 (83.98% from 255) = 36.21%
BLUE value IS 175 (68.75% from 255) = 29.61%
R=34.18%
G=36.21%
B=29.61%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2022141750.0600.180.1678.4632.2376.27
HexCAD6AF6012104e204c
Octal31232625760222011640114
Binary1100101011010110101011111100100101000010011101000001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAD6AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAD6AF; }

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

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

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

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

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

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

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

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