#CBDBAE

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

Shades of Pale Leaf #CBDBAE

Tints of Pale Leaf #CBDBAE

Color information

#CBDBAE (or 0xCBDBAE) is unknown color: approx Pale Leaf. HEX triplet: CB, DB and AE. RGB value is (203,219,174). Sum of RGB (Red+Green+Blue) = 203+219+174=596 (78% of max value = 765). Red value is 203 (79.69% from 255 or 34.06% from 596); Green value is 219 (85.94% from 255 or 36.74% from 596); Blue value is 174 (68.36% from 255 or 29.19% from 596); Max value from RGB is 219 - color contains mainly: green. Hex color #CBDBAE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBDBAE is #342451. Grayscale: #D1D1D1. Windows color (decimal): -3417170 or 11459531. OLE color: 11459531.

HSL color Cylindrical-coordinate representation of color #CBDBAE: hue angle of 81.33º degrees, saturation: 0.38, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #CBDBAE is Cyan = 0.07, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.14.

Color convert

RGB203219174-
CMYK0.0700.210.14
HSL81.33º38.46%77.06%-
HSV(B)81.33º20.55%85.88%-
XYZ57.666.4249.83-
YUV209.09108.2123.66-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 34.06%
GREEN value IS 219 (85.94% from 255) = 36.74%
BLUE value IS 174 (68.36% from 255) = 29.19%
R=34.06%
G=36.74%
B=29.19%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2032191740.0700.210.1481.3338.4677.06
HexCBDBAE7015E51264d
Octal31333325670251612146115
Binary110010111101101110101110111010101111010100011001101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBDBAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBDBAE; }

 p { color: rgb(203,219,174); }

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

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

 a { background-color: rgb(203,219,174); }

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

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

 span { border-color: rgb(203,219,174); }

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