#CBD9AB

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

Shades of Pale Leaf #CBD9AB

Tints of Pale Leaf #CBD9AB

Color information

#CBD9AB (or 0xCBD9AB) is unknown color: approx Pale Leaf. HEX triplet: CB, D9 and AB. RGB value is (203,217,171). Sum of RGB (Red+Green+Blue) = 203+217+171=591 (78% of max value = 765). Red value is 203 (79.69% from 255 or 34.35% from 591); Green value is 217 (85.16% from 255 or 36.72% from 591); Blue value is 171 (67.19% from 255 or 28.93% from 591); Max value from RGB is 217 - color contains mainly: green. Hex color #CBD9AB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBD9AB is #342654. Grayscale: #CFCFCF. Windows color (decimal): -3417685 or 11262411. OLE color: 11262411.

HSL color Cylindrical-coordinate representation of color #CBD9AB: hue angle of 78.26º degrees, saturation: 0.38, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #CBD9AB is Cyan = 0.06, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.15.

Color convert

RGB203217171-
CMYK0.0600.210.15
HSL78.26º37.7%76.08%-
HSV(B)78.26º21.2%85.1%-
XYZ56.7965.2648.13-
YUV207.57107.36124.74-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 34.35%
GREEN value IS 217 (85.16% from 255) = 36.72%
BLUE value IS 171 (67.19% from 255) = 28.93%
R=34.35%
G=36.72%
B=28.93%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2032171710.0600.210.1578.2637.776.08
HexCBD9AB6015F4e264c
Octal31333125360251711646114
Binary110010111101100110101011110010101111110011101001101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBD9AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBD9AB; }

 p { color: rgb(203,217,171); }

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

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

 a { background-color: rgb(203,217,171); }

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

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

 span { border-color: rgb(203,217,171); }

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