#CBD8A5

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

Shades of Pale Leaf #CBD8A5

Tints of Pale Leaf #CBD8A5

Color information

#CBD8A5 (or 0xCBD8A5) is unknown color: approx Pale Leaf. HEX triplet: CB, D8 and A5. RGB value is (203,216,165). Sum of RGB (Red+Green+Blue) = 203+216+165=584 (77% of max value = 765). Red value is 203 (79.69% from 255 or 34.76% from 584); Green value is 216 (84.77% from 255 or 36.99% from 584); Blue value is 165 (64.84% from 255 or 28.25% from 584); Max value from RGB is 216 - color contains mainly: green. Hex color #CBD8A5 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBD8A5 is #34275A. Grayscale: #CECECE. Windows color (decimal): -3417947 or 10868939. OLE color: 10868939.

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

Color convert

RGB203216165-
CMYK0.0600.240.15
HSL75.29º39.53%74.71%-
HSV(B)75.29º23.61%84.71%-
XYZ55.9864.5245.1-
YUV206.3104.69125.65-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 34.76%
GREEN value IS 216 (84.77% from 255) = 36.99%
BLUE value IS 165 (64.84% from 255) = 28.25%
R=34.76%
G=36.99%
B=28.25%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2032161650.0600.240.1575.2939.5374.71
HexCBD8A56018F4b284b
Octal31333024560301711350113
Binary110010111101100010100101110011000111110010111010001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBD8A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBD8A5; }

 p { color: rgb(203,216,165); }

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

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

 a { background-color: rgb(203,216,165); }

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

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

 span { border-color: rgb(203,216,165); }

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