#CAD6AB

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

Shades of Pale Leaf #CAD6AB

Tints of Pale Leaf #CAD6AB

Color information

#CAD6AB (or 0xCAD6AB) is unknown color: approx Pale Leaf. HEX triplet: CA, D6 and AB. RGB value is (202,214,171). Sum of RGB (Red+Green+Blue) = 202+214+171=587 (77% of max value = 765). Red value is 202 (79.30% from 255 or 34.41% from 587); Green value is 214 (83.98% from 255 or 36.46% from 587); Blue value is 171 (67.19% from 255 or 29.13% from 587); Max value from RGB is 214 - color contains mainly: green. Hex color #CAD6AB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAD6AB is #352954. Grayscale: #CDCDCD. Windows color (decimal): -3483989 or 11261642. OLE color: 11261642.

HSL color Cylindrical-coordinate representation of color #CAD6AB: hue angle of 76.74º degrees, saturation: 0.34, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CAD6AB is Cyan = 0.06, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.16.

Color convert

RGB202214171-
CMYK0.0600.200.16
HSL76.74º34.4%75.49%-
HSV(B)76.74º20.09%83.92%-
XYZ55.7563.5947.86-
YUV205.51108.52125.5-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 34.41%
GREEN value IS 214 (83.98% from 255) = 36.46%
BLUE value IS 171 (67.19% from 255) = 29.13%
R=34.41%
G=36.46%
B=29.13%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2022141710.0600.200.1676.7434.475.49
HexCAD6AB6014104d224b
Octal31232625360242011542113
Binary1100101011010110101010111100101001000010011011000101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAD6AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAD6AB; }

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

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

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

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

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

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

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

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