#CBD6AB

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

Shades of Pale Leaf #CBD6AB

Tints of Pale Leaf #CBD6AB

Color information

#CBD6AB (or 0xCBD6AB) is unknown color: approx Pale Leaf. HEX triplet: CB, D6 and AB. RGB value is (203,214,171). Sum of RGB (Red+Green+Blue) = 203+214+171=588 (77% of max value = 765). Red value is 203 (79.69% from 255 or 34.52% from 588); Green value is 214 (83.98% from 255 or 36.39% from 588); Blue value is 171 (67.19% from 255 or 29.08% from 588); Max value from RGB is 214 - color contains mainly: green. Hex color #CBD6AB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBD6AB is #342954. Grayscale: #CDCDCD. Windows color (decimal): -3418453 or 11261643. OLE color: 11261643.

HSL color Cylindrical-coordinate representation of color #CBD6AB: hue angle of 75.35º 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 #CBD6AB is Cyan = 0.05, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.16.

Color convert

RGB203214171-
CMYK0.0500.200.16
HSL75.35º34.4%75.49%-
HSV(B)75.35º20.09%83.92%-
XYZ56.0363.7347.88-
YUV205.81108.36126-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 34.52%
GREEN value IS 214 (83.98% from 255) = 36.39%
BLUE value IS 171 (67.19% from 255) = 29.08%
R=34.52%
G=36.39%
B=29.08%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2032141710.0500.200.1675.3534.475.49
HexCBD6AB5014104b224b
Octal31332625350242011342113
Binary1100101111010110101010111010101001000010010111000101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBD6AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBD6AB; }

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

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

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

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

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

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

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

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