#CADBAA

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

Shades of Pale Leaf #CADBAA

Tints of Pale Leaf #CADBAA

Color information

#CADBAA (or 0xCADBAA) is unknown color: approx Pale Leaf. HEX triplet: CA, DB and AA. RGB value is (202,219,170). Sum of RGB (Red+Green+Blue) = 202+219+170=591 (78% of max value = 765). Red value is 202 (79.30% from 255 or 34.18% from 591); Green value is 219 (85.94% from 255 or 37.06% from 591); Blue value is 170 (66.80% from 255 or 28.76% from 591); Max value from RGB is 219 - color contains mainly: green. Hex color #CADBAA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CADBAA is #352455. Grayscale: #D0D0D0. Windows color (decimal): -3482710 or 11197386. OLE color: 11197386.

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

Color convert

RGB202219170-
CMYK0.0800.220.14
HSL80.82º40.5%76.27%-
HSV(B)80.82º22.37%85.88%-
XYZ56.9466.1247.79-
YUV208.33106.37123.48-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 34.18%
GREEN value IS 219 (85.94% from 255) = 37.06%
BLUE value IS 170 (66.80% from 255) = 28.76%
R=34.18%
G=37.06%
B=28.76%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2022191700.0800.220.1480.8240.576.27
HexCADBAA8016E51284c
Octal312333252100261612150114
Binary1100101011011011101010101000010110111010100011010001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CADBAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CADBAA; }

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

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

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

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

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

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

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

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