#C9DCAE

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

Shades of Pale Leaf #C9DCAE

Tints of Pale Leaf #C9DCAE

Color information

#C9DCAE (or 0xC9DCAE) is unknown color: approx Pale Leaf. HEX triplet: C9, DC and AE. RGB value is (201,220,174). Sum of RGB (Red+Green+Blue) = 201+220+174=595 (78% of max value = 765). Red value is 201 (78.91% from 255 or 33.78% from 595); Green value is 220 (86.33% from 255 or 36.97% from 595); Blue value is 174 (68.36% from 255 or 29.24% from 595); Max value from RGB is 220 - color contains mainly: green. Hex color #C9DCAE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C9DCAE is #362351. Grayscale: #D1D1D1. Windows color (decimal): -3547986 or 11459785. OLE color: 11459785.

HSL color Cylindrical-coordinate representation of color #C9DCAE: hue angle of 84.78º degrees, saturation: 0.4, 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 #C9DCAE is Cyan = 0.09, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.14.

Color convert

RGB201220174-
CMYK0.0900.210.14
HSL84.78º39.66%77.25%-
HSV(B)84.78º20.91%86.27%-
XYZ57.3266.6649.89-
YUV209.08108.21122.24-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 33.78%
GREEN value IS 220 (86.33% from 255) = 36.97%
BLUE value IS 174 (68.36% from 255) = 29.24%
R=33.78%
G=36.97%
B=29.24%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2012201740.0900.210.1484.7839.6677.25
HexC9DCAE9015E55284d
Octal311334256110251612550115
Binary1100100111011100101011101001010101111010101011010001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9DCAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9DCAE; }

 p { color: rgb(201,220,174); }

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

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

 a { background-color: rgb(201,220,174); }

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

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

 span { border-color: rgb(201,220,174); }

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