#CADAA5

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

Shades of Pale Leaf #CADAA5

Tints of Pale Leaf #CADAA5

Color information

#CADAA5 (or 0xCADAA5) is unknown color: approx Pale Leaf. HEX triplet: CA, DA and A5. RGB value is (202,218,165). Sum of RGB (Red+Green+Blue) = 202+218+165=585 (77% of max value = 765). Red value is 202 (79.30% from 255 or 34.53% from 585); Green value is 218 (85.55% from 255 or 37.26% from 585); Blue value is 165 (64.84% from 255 or 28.21% from 585); Max value from RGB is 218 - color contains mainly: green. Hex color #CADAA5 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CADAA5 is #35255A. Grayscale: #CFCFCF. Windows color (decimal): -3482971 or 10869450. OLE color: 10869450.

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

Color convert

RGB202218165-
CMYK0.0700.240.15
HSL78.11º41.73%75.1%-
HSV(B)78.11º24.31%85.49%-
XYZ56.2265.4245.26-
YUV207.17104.2124.31-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 34.53%
GREEN value IS 218 (85.55% from 255) = 37.26%
BLUE value IS 165 (64.84% from 255) = 28.21%
R=34.53%
G=37.26%
B=28.21%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2022181650.0700.240.1578.1141.7375.1
HexCADAA57018F4e2a4b
Octal31233224570301711652113
Binary110010101101101010100101111011000111110011101010101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CADAA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CADAA5; }

 p { color: rgb(202,218,165); }

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

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

 a { background-color: rgb(202,218,165); }

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

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

 span { border-color: rgb(202,218,165); }

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