#CADBA6

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

Shades of Pale Leaf #CADBA6

Tints of Pale Leaf #CADBA6

Color information

#CADBA6 (or 0xCADBA6) is unknown color: approx Pale Leaf. HEX triplet: CA, DB and A6. RGB value is (202,219,166). Sum of RGB (Red+Green+Blue) = 202+219+166=587 (77% of max value = 765). Red value is 202 (79.30% from 255 or 34.41% from 587); Green value is 219 (85.94% from 255 or 37.31% from 587); Blue value is 166 (65.23% from 255 or 28.28% from 587); Max value from RGB is 219 - color contains mainly: green. Hex color #CADBA6 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CADBA6 is #352459. Grayscale: #D0D0D0. Windows color (decimal): -3482714 or 10935242. OLE color: 10935242.

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

Color convert

RGB202219166-
CMYK0.0800.240.14
HSL79.25º42.4%75.49%-
HSV(B)79.25º24.2%85.88%-
XYZ56.5765.9745.83-
YUV207.88104.37123.81-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 34.41%
GREEN value IS 219 (85.94% from 255) = 37.31%
BLUE value IS 166 (65.23% from 255) = 28.28%
R=34.41%
G=37.31%
B=28.28%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2022191660.0800.240.1479.2542.475.49
HexCADBA68018E4f2a4b
Octal312333246100301611752113
Binary1100101011011011101001101000011000111010011111010101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CADBA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CADBA6; }

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

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

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

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

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

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

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

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