#CAD9B2

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

Shades of Pale Leaf #CAD9B2

Tints of Pale Leaf #CAD9B2

Color information

#CAD9B2 (or 0xCAD9B2) is unknown color: approx Pale Leaf. HEX triplet: CA, D9 and B2. RGB value is (202,217,178). Sum of RGB (Red+Green+Blue) = 202+217+178=597 (79% of max value = 765). Red value is 202 (79.30% from 255 or 33.84% from 597); Green value is 217 (85.16% from 255 or 36.35% from 597); Blue value is 178 (69.92% from 255 or 29.82% from 597); Max value from RGB is 217 - color contains mainly: green. Hex color #CAD9B2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAD9B2 is #35264D. Grayscale: #D0D0D0. Windows color (decimal): -3483214 or 11721162. OLE color: 11721162.

HSL color Cylindrical-coordinate representation of color #CAD9B2: hue angle of 83.08º degrees, saturation: 0.34, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CAD9B2 is Cyan = 0.07, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.15.

Color convert

RGB202217178-
CMYK0.0700.180.15
HSL83.08º33.91%77.45%-
HSV(B)83.08º17.97%85.1%-
XYZ57.2165.451.73-
YUV208.07111.03123.67-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 33.84%
GREEN value IS 217 (85.16% from 255) = 36.35%
BLUE value IS 178 (69.92% from 255) = 29.82%
R=33.84%
G=36.35%
B=29.82%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2022171780.0700.180.1583.0833.9177.45
HexCAD9B27012F53224d
Octal31233126270221712342115
Binary110010101101100110110010111010010111110100111000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAD9B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAD9B2; }

 p { color: rgb(202,217,178); }

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

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

 a { background-color: rgb(202,217,178); }

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

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

 span { border-color: rgb(202,217,178); }

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