#CADCA9

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

Shades of Pale Leaf #CADCA9

Tints of Pale Leaf #CADCA9

Color information

#CADCA9 (or 0xCADCA9) is unknown color: approx Pale Leaf. HEX triplet: CA, DC and A9. RGB value is (202,220,169). Sum of RGB (Red+Green+Blue) = 202+220+169=591 (78% of max value = 765). Red value is 202 (79.30% from 255 or 34.18% from 591); Green value is 220 (86.33% from 255 or 37.23% from 591); Blue value is 169 (66.41% from 255 or 28.60% from 591); Max value from RGB is 220 - color contains mainly: green. Hex color #CADCA9 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CADCA9 is #352356. Grayscale: #D0D0D0. Windows color (decimal): -3482455 or 11132106. OLE color: 11132106.

HSL color Cylindrical-coordinate representation of color #CADCA9: hue angle of 81.18º degrees, saturation: 0.42, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #CADCA9 is Cyan = 0.08, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.14.

Color convert

RGB202220169-
CMYK0.0800.230.14
HSL81.18º42.15%76.27%-
HSV(B)81.18º23.18%86.27%-
XYZ57.1166.6147.38-
YUV208.8105.54123.15-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 34.18%
GREEN value IS 220 (86.33% from 255) = 37.23%
BLUE value IS 169 (66.41% from 255) = 28.60%
R=34.18%
G=37.23%
B=28.60%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2022201690.0800.230.1481.1842.1576.27
HexCADCA98017E512a4c
Octal312334251100271612152114
Binary1100101011011100101010011000010111111010100011010101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CADCA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CADCA9; }

 p { color: rgb(202,220,169); }

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

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

 a { background-color: rgb(202,220,169); }

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

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

 span { border-color: rgb(202,220,169); }

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