#cadbab

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

Shades of Pale Leaf #CADBAB

Tints of Pale Leaf #CADBAB

Color information

#CADBAB (or 0xCADBAB) is unknown color: approx Pale Leaf. HEX triplet: CA, DB and AB. RGB value is (202,219,171). Sum of RGB (Red+Green+Blue) = 202+219+171=592 (78% of max value = 765). Red value is 202 (79.30% from 255 or 34.12% from 592); Green value is 219 (85.94% from 255 or 36.99% from 592); Blue value is 171 (67.19% from 255 or 28.89% from 592); Max value from RGB is 219 - color contains mainly: green. Hex color #CADBAB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CADBAB is #352454. Grayscale: #D0D0D0. Windows color (decimal): -3482709 or 11262922. OLE color: 11262922.

HSL color Cylindrical-coordinate representation of color #CADBAB: hue angle of 81.25º 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 #CADBAB is Cyan = 0.08, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.14.

Color convert

RGB202219171-
CMYK0.0800.220.14
HSL81.25º40%76.47%-
HSV(B)81.25º21.92%85.88%-
XYZ57.0466.1648.29-
YUV208.44106.87123.4-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 34.12%
GREEN value IS 219 (85.94% from 255) = 36.99%
BLUE value IS 171 (67.19% from 255) = 28.89%
R=34.12%
G=36.99%
B=28.89%

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
Decimal2022191710.0800.220.1481.254076.47
HexCADBAB8016E51284c
Octal312333253100261612150114
Binary1100101011011011101010111000010110111010100011010001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cadbab

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cadbab; }

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

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

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

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

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

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

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

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