Shades of Hint Of Green #DDF3CB
Tints of Hint Of Green #DDF3CB
RGB
CMYK
RGB Variations
Color information
#DDF3CB (or 0xDDF3CB) is known color: Hint Of Green. HEX triplet: DD, F3 and CB. RGB value is (221,243,203). Sum of RGB (Red+Green+Blue) = 221+243+203=667 (88% of max value = 765). Red value is 221 (86.72% from 255 or 33.13% from 667); Green value is 243 (95.31% from 255 or 36.43% from 667); Blue value is 203 (79.69% from 255 or 30.43% from 667); Max value from RGB is 243 - color contains mainly: green. Hex color #DDF3CB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDF3CB is #220C34. Grayscale: #E8E8E8. Windows color (decimal): -2231349 or 13366237. OLE color: 13366237.
HSL color Cylindrical-coordinate representation of color #DDF3CB: hue angle of 93º degrees, saturation: 0.62, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #DDF3CB is Cyan = 0.09, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 221 | 243 | 203 | - |
| CMYK | 0.09 | 0 | 0.16 | 0.05 |
| HSL | 93º | 0.63% | 0.87% | - |
| HSV(B) | 93º | 0.16% | 0.95% | - |
| XYZ | 72.65 | 83.79 | 68.84 | - |
| YUV | 231.86 | 111.71 | 120.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 243 | 203 | 0.09 | 0 | 0.16 | 0.05 | 93 | 0.63 | 0.87 |
| Hex | DD | F3 | CB | 9 | 0 | 10 | 5 | 5D | 3E | 57 |
| Octal | 335 | 363 | 313 | 11 | 0 | 20 | 5 | 135 | 76 | 127 |
| Binary | 11011101 | 11110011 | 11001011 | 1001 | 0 | 10000 | 101 | 1011101 | 111110 | 1010111 |
Color Harmonies of #DDF3CB
Complementary color
Monochromatic Colors of #DDF3CB
Black with #DDF3CB
Text Example
Text Example
White with #DDF3CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDF3CB; }
p { color: rgb(221,243,203); }
H1.HeaderClassName
{
color: #DDF3CB;
}
.AnyTagClassName
{
color: #DDF3CB;
}
</style>
background-color css
<style>
a { background-color: #DDF3CB; }
a { background-color: rgb(221,243,203); }
div.DivClassName
{
background-color: #DDF3CB;
}
.BgClassName
{
background-color: #DDF3CB;
}
</style>
border-color css
<style>
span { border-color: #DDF3CB; }
span { border-color: rgb(221,243,203); }
td.TdClassName
{
border-color: #DDF3CB;
}
.TagClassName
{
border-color: #DDF3CB;
}
</style>