#CADBAE

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

Shades of Pale Leaf #CADBAE

Tints of Pale Leaf #CADBAE

Color information

#CADBAE (or 0xCADBAE) is unknown color: approx Pale Leaf. HEX triplet: CA, DB and AE. RGB value is (202,219,174). Sum of RGB (Red+Green+Blue) = 202+219+174=595 (78% of max value = 765). Red value is 202 (79.30% from 255 or 33.95% from 595); Green value is 219 (85.94% from 255 or 36.81% from 595); Blue value is 174 (68.36% from 255 or 29.24% from 595); Max value from RGB is 219 - color contains mainly: green. Hex color #CADBAE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CADBAE is #352451. Grayscale: #D0D0D0. Windows color (decimal): -3482706 or 11459530. OLE color: 11459530.

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

Color convert

RGB202219174-
CMYK0.0800.210.14
HSL82.67º38.46%77.06%-
HSV(B)82.67º20.55%85.88%-
XYZ57.3366.2849.82-
YUV208.79108.37123.16-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 33.95%
GREEN value IS 219 (85.94% from 255) = 36.81%
BLUE value IS 174 (68.36% from 255) = 29.24%
R=33.95%
G=36.81%
B=29.24%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2022191740.0800.210.1482.6738.4677.06
HexCADBAE8015E53264d
Octal312333256100251612346115
Binary1100101011011011101011101000010101111010100111001101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CADBAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CADBAE; }

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

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

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

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

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

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

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

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