#CCDCAE

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

Shades of Pale Leaf #CCDCAE

Tints of Pale Leaf #CCDCAE

Color information

#CCDCAE (or 0xCCDCAE) is unknown color: approx Pale Leaf. HEX triplet: CC, DC and AE. RGB value is (204,220,174). Sum of RGB (Red+Green+Blue) = 204+220+174=598 (79% of max value = 765). Red value is 204 (80.08% from 255 or 34.11% from 598); Green value is 220 (86.33% from 255 or 36.79% from 598); Blue value is 174 (68.36% from 255 or 29.10% from 598); Max value from RGB is 220 - color contains mainly: green. Hex color #CCDCAE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCDCAE is #332351. Grayscale: #D2D2D2. Windows color (decimal): -3351378 or 11459788. OLE color: 11459788.

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

Color convert

RGB204220174-
CMYK0.0700.210.14
HSL80.87º39.66%77.25%-
HSV(B)80.87º20.91%86.27%-
XYZ58.1467.0849.93-
YUV209.97107.7123.74-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 34.11%
GREEN value IS 220 (86.33% from 255) = 36.79%
BLUE value IS 174 (68.36% from 255) = 29.10%
R=34.11%
G=36.79%
B=29.10%

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
Decimal2042201740.0700.210.1480.8739.6677.25
HexCCDCAE7015E51284d
Octal31433425670251612150115
Binary110011001101110010101110111010101111010100011010001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCDCAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCDCAE; }

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

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

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

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

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

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

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

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