Shades of Hint Of Green #DDFDCE
Tints of Hint Of Green #DDFDCE
RGB
CMYK
RGB Variations
Color information
#DDFDCE (or 0xDDFDCE) is known color: Hint Of Green. HEX triplet: DD, FD and CE. RGB value is (221,253,206). Sum of RGB (Red+Green+Blue) = 221+253+206=680 (90% of max value = 765). Red value is 221 (86.72% from 255 or 32.5% from 680); Green value is 253 (99.22% from 255 or 37.21% from 680); Blue value is 206 (80.86% from 255 or 30.29% from 680); Max value from RGB is 253 - color contains mainly: green. Hex color #DDFDCE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDFDCE is #220231. Grayscale: #EEEEEE. Windows color (decimal): -2228786 or 13565405. OLE color: 13565405.
HSL color Cylindrical-coordinate representation of color #DDFDCE: hue angle of 100.85º degrees, saturation: 0.92, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #DDFDCE is Cyan = 0.13, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.01.
Color convert
RGB | 221 | 253 | 206 | - |
CMYK | 0.13 | 0 | 0.19 | 0.01 |
HSL | 100.85º | 0.92% | 0.9% | - |
HSV(B) | 100.85º | 0.19% | 0.99% | - |
XYZ | 76.08 | 90.08 | 71.77 | - |
YUV | 238.07 | 109.9 | 115.82 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 253 | 206 | 0.13 | 0 | 0.19 | 0.01 | 100.85 | 0.92 | 0.9 |
Hex | DD | FD | CE | D | 0 | 13 | 1 | 65 | 5C | 5A |
Octal | 335 | 375 | 316 | 15 | 0 | 23 | 1 | 145 | 134 | 132 |
Binary | 11011101 | 11111101 | 11001110 | 1101 | 0 | 10011 | 1 | 1100101 | 1011100 | 1011010 |
Color Harmonies of #DDFDCE
Complementary color
Monochromatic Colors of #DDFDCE
Black with #DDFDCE
Text Example
Text Example
White with #DDFDCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDFDCE; }
p { color: rgb(221,253,206); }
H1.HeaderClassName
{
color: #DDFDCE;
}
.AnyTagClassName
{
color: #DDFDCE;
}
</style>
background-color css
<style>
a { background-color: #DDFDCE; }
a { background-color: rgb(221,253,206); }
div.DivClassName
{
background-color: #DDFDCE;
}
.BgClassName
{
background-color: #DDFDCE;
}
</style>
border-color css
<style>
span { border-color: #DDFDCE; }
span { border-color: rgb(221,253,206); }
td.TdClassName
{
border-color: #DDFDCE;
}
.TagClassName
{
border-color: #DDFDCE;
}
</style>