Shades of Reef #DDF398
Tints of Reef #DDF398
RGB
CMYK
RGB Variations
Color information
#DDF398 (or 0xDDF398) is known color: Reef. HEX triplet: DD, F3 and 98. RGB value is (221,243,152). Sum of RGB (Red+Green+Blue) = 221+243+152=616 (81% of max value = 765). Red value is 221 (86.72% from 255 or 35.88% from 616); Green value is 243 (95.31% from 255 or 39.45% from 616); Blue value is 152 (59.77% from 255 or 24.68% from 616); Max value from RGB is 243 - color contains mainly: green. Hex color #DDF398 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DDF398 is #220C67. Grayscale: #E2E2E2. Windows color (decimal): -2231400 or 10023901. OLE color: 10023901.
HSL color Cylindrical-coordinate representation of color #DDF398: hue angle of 74.51º degrees, saturation: 0.79, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #DDF398 is Cyan = 0.09, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 221 | 243 | 152 | - |
| CMYK | 0.09 | 0 | 0.37 | 0.05 |
| HSL | 74.51º | 0.79% | 0.77% | - |
| HSV(B) | 74.51º | 0.37% | 0.95% | - |
| XYZ | 67.54 | 81.74 | 41.92 | - |
| YUV | 226.05 | 86.21 | 124.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 243 | 152 | 0.09 | 0 | 0.37 | 0.05 | 74.51 | 0.79 | 0.77 |
| Hex | DD | F3 | 98 | 9 | 0 | 25 | 5 | 4B | 4F | 4D |
| Octal | 335 | 363 | 230 | 11 | 0 | 45 | 5 | 113 | 117 | 115 |
| Binary | 11011101 | 11110011 | 10011000 | 1001 | 0 | 100101 | 101 | 1001011 | 1001111 | 1001101 |
Color Harmonies of #DDF398
Complementary color
Monochromatic Colors of #DDF398
Black with #DDF398
Text Example
Text Example
White with #DDF398
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDF398; }
p { color: rgb(221,243,152); }
H1.HeaderClassName
{
color: #DDF398;
}
.AnyTagClassName
{
color: #DDF398;
}
</style>
background-color css
<style>
a { background-color: #DDF398; }
a { background-color: rgb(221,243,152); }
div.DivClassName
{
background-color: #DDF398;
}
.BgClassName
{
background-color: #DDF398;
}
</style>
border-color css
<style>
span { border-color: #DDF398; }
span { border-color: rgb(221,243,152); }
td.TdClassName
{
border-color: #DDF398;
}
.TagClassName
{
border-color: #DDF398;
}
</style>