Shades of Hint Of Green #DDFECB
Tints of Hint Of Green #DDFECB
RGB
CMYK
RGB Variations
Color information
#DDFECB (or 0xDDFECB) is known color: Hint Of Green. HEX triplet: DD, FE and CB. RGB value is (221,254,203). Sum of RGB (Red+Green+Blue) = 221+254+203=678 (89% of max value = 765). Red value is 221 (86.72% from 255 or 32.60% from 678); Green value is 254 (99.61% from 255 or 37.46% from 678); Blue value is 203 (79.69% from 255 or 29.94% from 678); Max value from RGB is 254 - color contains mainly: green. Hex color #DDFECB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDFECB is #220134. Grayscale: #EEEEEE. Windows color (decimal): -2228533 or 13369053. OLE color: 13369053.
HSL color Cylindrical-coordinate representation of color #DDFECB: hue angle of 98.82º degrees, saturation: 0.96, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #DDFECB is Cyan = 0.13, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 221 | 254 | 203 | - |
| CMYK | 0.13 | 0 | 0.20 | 0.00 |
| HSL | 98.82º | 0.96% | 0.9% | - |
| HSV(B) | 98.82º | 0.2% | 1% | - |
| XYZ | 76.04 | 90.57 | 69.97 | - |
| YUV | 238.32 | 108.07 | 115.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 254 | 203 | 0.13 | 0 | 0.20 | 0.00 | 98.82 | 0.96 | 0.9 |
| Hex | DD | FE | CB | D | 0 | 14 | 0 | 63 | 60 | 5A |
| Octal | 335 | 376 | 313 | 15 | 0 | 24 | 0 | 143 | 140 | 132 |
| Binary | 11011101 | 11111110 | 11001011 | 1101 | 0 | 10100 | 0 | 1100011 | 1100000 | 1011010 |
Color Harmonies of #DDFECB
Complementary color
Monochromatic Colors of #DDFECB
Black with #DDFECB
Text Example
Text Example
White with #DDFECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDFECB; }
p { color: rgb(221,254,203); }
H1.HeaderClassName
{
color: #DDFECB;
}
.AnyTagClassName
{
color: #DDFECB;
}
</style>
background-color css
<style>
a { background-color: #DDFECB; }
a { background-color: rgb(221,254,203); }
div.DivClassName
{
background-color: #DDFECB;
}
.BgClassName
{
background-color: #DDFECB;
}
</style>
border-color css
<style>
span { border-color: #DDFECB; }
span { border-color: rgb(221,254,203); }
td.TdClassName
{
border-color: #DDFECB;
}
.TagClassName
{
border-color: #DDFECB;
}
</style>