Shades of Hint Of Green #DDFECA
Tints of Hint Of Green #DDFECA
RGB
CMYK
RGB Variations
Color information
#DDFECA (or 0xDDFECA) is known color: Hint Of Green. HEX triplet: DD, FE and CA. RGB value is (221,254,202). Sum of RGB (Red+Green+Blue) = 221+254+202=677 (89% of max value = 765). Red value is 221 (86.72% from 255 or 32.64% from 677); Green value is 254 (99.61% from 255 or 37.52% from 677); Blue value is 202 (79.30% from 255 or 29.84% from 677); Max value from RGB is 254 - color contains mainly: green. Hex color #DDFECA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDFECA is #220135. Grayscale: #EEEEEE. Windows color (decimal): -2228534 or 13303517. OLE color: 13303517.
HSL color Cylindrical-coordinate representation of color #DDFECA: hue angle of 98.08º degrees, saturation: 0.96, lightness: 0.89%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #DDFECA is Cyan = 0.13, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 221 | 254 | 202 | - |
| CMYK | 0.13 | 0 | 0.20 | 0.00 |
| HSL | 98.08º | 0.96% | 0.89% | - |
| HSV(B) | 98.08º | 0.2% | 1% | - |
| XYZ | 75.92 | 90.52 | 69.35 | - |
| YUV | 238.21 | 107.57 | 115.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 254 | 202 | 0.13 | 0 | 0.20 | 0.00 | 98.08 | 0.96 | 0.89 |
| Hex | DD | FE | CA | D | 0 | 14 | 0 | 62 | 60 | 59 |
| Octal | 335 | 376 | 312 | 15 | 0 | 24 | 0 | 142 | 140 | 131 |
| Binary | 11011101 | 11111110 | 11001010 | 1101 | 0 | 10100 | 0 | 1100010 | 1100000 | 1011001 |
Color Harmonies of #DDFECA
Complementary color
Monochromatic Colors of #DDFECA
Black with #DDFECA
Text Example
Text Example
White with #DDFECA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDFECA; }
p { color: rgb(221,254,202); }
H1.HeaderClassName
{
color: #DDFECA;
}
.AnyTagClassName
{
color: #DDFECA;
}
</style>
background-color css
<style>
a { background-color: #DDFECA; }
a { background-color: rgb(221,254,202); }
div.DivClassName
{
background-color: #DDFECA;
}
.BgClassName
{
background-color: #DDFECA;
}
</style>
border-color css
<style>
span { border-color: #DDFECA; }
span { border-color: rgb(221,254,202); }
td.TdClassName
{
border-color: #DDFECA;
}
.TagClassName
{
border-color: #DDFECA;
}
</style>