Shades of Pale Leaf #C2CDB4
Tints of Pale Leaf #C2CDB4
RGB
CMYK
RGB Variations
Color information
#C2CDB4 (or 0xC2CDB4) is known color: Pale Leaf. HEX triplet: C2, CD and B4. RGB value is (194,205,180). Sum of RGB (Red+Green+Blue) = 194+205+180=579 (76% of max value = 765). Red value is 194 (76.17% from 255 or 33.51% from 579); Green value is 205 (80.47% from 255 or 35.41% from 579); Blue value is 180 (70.70% from 255 or 31.09% from 579); Max value from RGB is 205 - color contains mainly: green. Hex color #C2CDB4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2CDB4 is #3D324B. Grayscale: #C6C6C6. Windows color (decimal): -4010572 or 11849154. OLE color: 11849154.
HSL color Cylindrical-coordinate representation of color #C2CDB4: hue angle of 86.4º degrees, saturation: 0.2, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #C2CDB4 is Cyan = 0.05, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 194 | 205 | 180 | - |
| CMYK | 0.05 | 0 | 0.12 | 0.20 |
| HSL | 86.4º | 0.2% | 0.75% | - |
| HSV(B) | 86.4º | 0.12% | 0.8% | - |
| XYZ | 52.32 | 58.43 | 51.7 | - |
| YUV | 198.86 | 117.36 | 124.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 205 | 180 | 0.05 | 0 | 0.12 | 0.20 | 86.4 | 0.2 | 0.75 |
| Hex | C2 | CD | B4 | 5 | 0 | C | 14 | 56 | 14 | 4B |
| Octal | 302 | 315 | 264 | 5 | 0 | 14 | 24 | 126 | 24 | 113 |
| Binary | 11000010 | 11001101 | 10110100 | 101 | 0 | 1100 | 10100 | 1010110 | 10100 | 1001011 |
Color Harmonies of #C2CDB4
Complementary color
Monochromatic Colors of #C2CDB4
Black with #C2CDB4
Text Example
Text Example
White with #C2CDB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2CDB4; }
p { color: rgb(194,205,180); }
H1.HeaderClassName
{
color: #C2CDB4;
}
.AnyTagClassName
{
color: #C2CDB4;
}
</style>
background-color css
<style>
a { background-color: #C2CDB4; }
a { background-color: rgb(194,205,180); }
div.DivClassName
{
background-color: #C2CDB4;
}
.BgClassName
{
background-color: #C2CDB4;
}
</style>
border-color css
<style>
span { border-color: #C2CDB4; }
span { border-color: rgb(194,205,180); }
td.TdClassName
{
border-color: #C2CDB4;
}
.TagClassName
{
border-color: #C2CDB4;
}
</style>