Shades of Reef #DDFF98
Tints of Reef #DDFF98
RGB
CMYK
RGB Variations
Color information
#DDFF98 (or 0xDDFF98) is known color: Reef. HEX triplet: DD, FF and 98. RGB value is (221,255,152). Sum of RGB (Red+Green+Blue) = 221+255+152=628 (83% of max value = 765). Red value is 221 (86.72% from 255 or 35.19% from 628); Green value is 255 (100% from 255 or 40.61% from 628); Blue value is 152 (59.77% from 255 or 24.20% from 628); Max value from RGB is 255 - color contains mainly: green. Hex color #DDFF98 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DDFF98 is #220067. Grayscale: #E9E9E9. Windows color (decimal): -2228328 or 10026973. OLE color: 10026973.
HSL color Cylindrical-coordinate representation of color #DDFF98: hue angle of 79.81º degrees, saturation: 1, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DDFF98 is Cyan = 0.13, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.
Color convert
| RGB | 221 | 255 | 152 | - |
| CMYK | 0.13 | 0 | 0.40 | 0 |
| HSL | 79.81º | 1% | 0.8% | - |
| HSV(B) | 79.81º | 0.4% | 1% | - |
| XYZ | 71.25 | 89.16 | 43.16 | - |
| YUV | 233.09 | 82.24 | 119.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 255 | 152 | 0.13 | 0 | 0.40 | 0 | 79.81 | 1 | 0.8 |
| Hex | DD | FF | 98 | D | 0 | 28 | 0 | 50 | 64 | 50 |
| Octal | 335 | 377 | 230 | 15 | 0 | 50 | 0 | 120 | 144 | 120 |
| Binary | 11011101 | 11111111 | 10011000 | 1101 | 0 | 101000 | 0 | 1010000 | 1100100 | 1010000 |
Color Harmonies of #DDFF98
Complementary color
Monochromatic Colors of #DDFF98
Black with #DDFF98
Text Example
Text Example
White with #DDFF98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDFF98; }
p { color: rgb(221,255,152); }
H1.HeaderClassName
{
color: #DDFF98;
}
.AnyTagClassName
{
color: #DDFF98;
}
</style>
background-color css
<style>
a { background-color: #DDFF98; }
a { background-color: rgb(221,255,152); }
div.DivClassName
{
background-color: #DDFF98;
}
.BgClassName
{
background-color: #DDFF98;
}
</style>
border-color css
<style>
span { border-color: #DDFF98; }
span { border-color: rgb(221,255,152); }
td.TdClassName
{
border-color: #DDFF98;
}
.TagClassName
{
border-color: #DDFF98;
}
</style>