#CADAAA

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

Shades of Pale Leaf #CADAAA

Tints of Pale Leaf #CADAAA

Color information

#CADAAA (or 0xCADAAA) is unknown color: approx Pale Leaf. HEX triplet: CA, DA and AA. RGB value is (202,218,170). Sum of RGB (Red+Green+Blue) = 202+218+170=590 (78% of max value = 765). Red value is 202 (79.30% from 255 or 34.24% from 590); Green value is 218 (85.55% from 255 or 36.95% from 590); Blue value is 170 (66.80% from 255 or 28.81% from 590); Max value from RGB is 218 - color contains mainly: green. Hex color #CADAAA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CADAAA is #352555. Grayscale: #CFCFCF. Windows color (decimal): -3482966 or 11197130. OLE color: 11197130.

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

Color convert

RGB202218170-
CMYK0.0700.220.15
HSL80º39.34%76.08%-
HSV(B)80º22.02%85.49%-
XYZ56.6865.647.71-
YUV207.74106.7123.9-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 34.24%
GREEN value IS 218 (85.55% from 255) = 36.95%
BLUE value IS 170 (66.80% from 255) = 28.81%
R=34.24%
G=36.95%
B=28.81%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2022181700.0700.220.158039.3476.08
HexCADAAA7016F50274c
Octal31233225270261712047114
Binary110010101101101010101010111010110111110100001001111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CADAAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CADAAA; }

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

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

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

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

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

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

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

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