Shades of Hint Of Green #DDFDCB
Tints of Hint Of Green #DDFDCB
RGB
CMYK
RGB Variations
Color information
#DDFDCB (or 0xDDFDCB) is known color: Hint Of Green. HEX triplet: DD, FD and CB. RGB value is (221,253,203). Sum of RGB (Red+Green+Blue) = 221+253+203=677 (89% of max value = 765). Red value is 221 (86.72% from 255 or 32.64% from 677); Green value is 253 (99.22% from 255 or 37.37% from 677); Blue value is 203 (79.69% from 255 or 29.99% from 677); Max value from RGB is 253 - color contains mainly: green. Hex color #DDFDCB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDFDCB is #220234. Grayscale: #EDEDED. Windows color (decimal): -2228789 or 13368797. OLE color: 13368797.
HSL color Cylindrical-coordinate representation of color #DDFDCB: hue angle of 98.4º degrees, saturation: 0.93, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #DDFDCB is Cyan = 0.13, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.01.
Color convert
RGB | 221 | 253 | 203 | - |
CMYK | 0.13 | 0 | 0.20 | 0.01 |
HSL | 98.4º | 0.93% | 0.89% | - |
HSV(B) | 98.4º | 0.2% | 0.99% | - |
XYZ | 75.72 | 89.93 | 69.87 | - |
YUV | 237.73 | 108.4 | 116.07 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 253 | 203 | 0.13 | 0 | 0.20 | 0.01 | 98.4 | 0.93 | 0.89 |
Hex | DD | FD | CB | D | 0 | 14 | 1 | 62 | 5D | 59 |
Octal | 335 | 375 | 313 | 15 | 0 | 24 | 1 | 142 | 135 | 131 |
Binary | 11011101 | 11111101 | 11001011 | 1101 | 0 | 10100 | 1 | 1100010 | 1011101 | 1011001 |
Color Harmonies of #DDFDCB
Complementary color
Monochromatic Colors of #DDFDCB
Black with #DDFDCB
Text Example
Text Example
White with #DDFDCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDFDCB; }
p { color: rgb(221,253,203); }
H1.HeaderClassName
{
color: #DDFDCB;
}
.AnyTagClassName
{
color: #DDFDCB;
}
</style>
background-color css
<style>
a { background-color: #DDFDCB; }
a { background-color: rgb(221,253,203); }
div.DivClassName
{
background-color: #DDFDCB;
}
.BgClassName
{
background-color: #DDFDCB;
}
</style>
border-color css
<style>
span { border-color: #DDFDCB; }
span { border-color: rgb(221,253,203); }
td.TdClassName
{
border-color: #DDFDCB;
}
.TagClassName
{
border-color: #DDFDCB;
}
</style>