#CBDAAE

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

Shades of Pale Leaf #CBDAAE

Tints of Pale Leaf #CBDAAE

Color information

#CBDAAE (or 0xCBDAAE) is unknown color: approx Pale Leaf. HEX triplet: CB, DA and AE. RGB value is (203,218,174). Sum of RGB (Red+Green+Blue) = 203+218+174=595 (78% of max value = 765). Red value is 203 (79.69% from 255 or 34.12% from 595); Green value is 218 (85.55% from 255 or 36.64% from 595); Blue value is 174 (68.36% from 255 or 29.24% from 595); Max value from RGB is 218 - color contains mainly: green. Hex color #CBDAAE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBDAAE is #342551. Grayscale: #D0D0D0. Windows color (decimal): -3417426 or 11459275. OLE color: 11459275.

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

Color convert

RGB203218174-
CMYK0.0700.200.15
HSL80.45º37.29%76.86%-
HSV(B)80.45º20.18%85.49%-
XYZ57.3465.949.74-
YUV208.5108.53124.08-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 34.12%
GREEN value IS 218 (85.55% from 255) = 36.64%
BLUE value IS 174 (68.36% from 255) = 29.24%
R=34.12%
G=36.64%
B=29.24%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2032181740.0700.200.1580.4537.2976.86
HexCBDAAE7014F50254d
Octal31333225670241712045115
Binary110010111101101010101110111010100111110100001001011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBDAAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBDAAE; }

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

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

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

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

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

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

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

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