Shades of Reef #DDF894
Tints of Reef #DDF894
RGB
CMYK
RGB Variations
Color information
#DDF894 (or 0xDDF894) is known color: Reef. HEX triplet: DD, F8 and 94. RGB value is (221,248,148). Sum of RGB (Red+Green+Blue) = 221+248+148=617 (81% of max value = 765). Red value is 221 (86.72% from 255 or 35.82% from 617); Green value is 248 (97.27% from 255 or 40.19% from 617); Blue value is 148 (58.20% from 255 or 23.99% from 617); Max value from RGB is 248 - color contains mainly: green. Hex color #DDF894 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DDF894 is #22076B. Grayscale: #E4E4E4. Windows color (decimal): -2230124 or 9763037. OLE color: 9763037.
HSL color Cylindrical-coordinate representation of color #DDF894: hue angle of 76.2º degrees, saturation: 0.88, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DDF894 is Cyan = 0.11, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 221 | 248 | 148 | - |
| CMYK | 0.11 | 0 | 0.40 | 0.03 |
| HSL | 76.2º | 0.88% | 0.78% | - |
| HSV(B) | 76.2º | 0.4% | 0.97% | - |
| XYZ | 68.73 | 84.65 | 40.73 | - |
| YUV | 228.53 | 82.55 | 122.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 248 | 148 | 0.11 | 0 | 0.40 | 0.03 | 76.2 | 0.88 | 0.78 |
| Hex | DD | F8 | 94 | B | 0 | 28 | 3 | 4C | 58 | 4E |
| Octal | 335 | 370 | 224 | 13 | 0 | 50 | 3 | 114 | 130 | 116 |
| Binary | 11011101 | 11111000 | 10010100 | 1011 | 0 | 101000 | 11 | 1001100 | 1011000 | 1001110 |
Color Harmonies of #DDF894
Complementary color
Monochromatic Colors of #DDF894
Black with #DDF894
Text Example
Text Example
White with #DDF894
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDF894; }
p { color: rgb(221,248,148); }
H1.HeaderClassName
{
color: #DDF894;
}
.AnyTagClassName
{
color: #DDF894;
}
</style>
background-color css
<style>
a { background-color: #DDF894; }
a { background-color: rgb(221,248,148); }
div.DivClassName
{
background-color: #DDF894;
}
.BgClassName
{
background-color: #DDF894;
}
</style>
border-color css
<style>
span { border-color: #DDF894; }
span { border-color: rgb(221,248,148); }
td.TdClassName
{
border-color: #DDF894;
}
.TagClassName
{
border-color: #DDF894;
}
</style>