#CAD6A4

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

Shades of Pale Leaf #CAD6A4

Tints of Pale Leaf #CAD6A4

Color information

#CAD6A4 (or 0xCAD6A4) is unknown color: approx Pale Leaf. HEX triplet: CA, D6 and A4. RGB value is (202,214,164). Sum of RGB (Red+Green+Blue) = 202+214+164=580 (76% of max value = 765). Red value is 202 (79.30% from 255 or 34.83% from 580); Green value is 214 (83.98% from 255 or 36.90% from 580); Blue value is 164 (64.45% from 255 or 28.28% from 580); Max value from RGB is 214 - color contains mainly: green. Hex color #CAD6A4 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAD6A4 is #35295B. Grayscale: #CCCCCC. Windows color (decimal): -3483996 or 10802890. OLE color: 10802890.

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

Color convert

RGB202214164-
CMYK0.0600.230.16
HSL74.4º37.88%74.12%-
HSV(B)74.4º23.36%83.92%-
XYZ55.163.3344.44-
YUV204.71105.02126.07-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 34.83%
GREEN value IS 214 (83.98% from 255) = 36.90%
BLUE value IS 164 (64.45% from 255) = 28.28%
R=34.83%
G=36.90%
B=28.28%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2022141640.0600.230.1674.437.8874.12
HexCAD6A46017104a264a
Octal31232624460272011246112
Binary1100101011010110101001001100101111000010010101001101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAD6A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAD6A4; }

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

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

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

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

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

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

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

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