Shades of Reef #DDF294
Tints of Reef #DDF294
RGB
CMYK
RGB Variations
Color information
#DDF294 (or 0xDDF294) is known color: Reef. HEX triplet: DD, F2 and 94. RGB value is (221,242,148). Sum of RGB (Red+Green+Blue) = 221+242+148=611 (80% of max value = 765). Red value is 221 (86.72% from 255 or 36.17% from 611); Green value is 242 (94.92% from 255 or 39.61% from 611); Blue value is 148 (58.20% from 255 or 24.22% from 611); Max value from RGB is 242 - color contains mainly: green. Hex color #DDF294 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DDF294 is #220D6B. Grayscale: #E1E1E1. Windows color (decimal): -2231660 or 9761501. OLE color: 9761501.
HSL color Cylindrical-coordinate representation of color #DDF294: hue angle of 73.4º degrees, saturation: 0.78, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #DDF294 is Cyan = 0.09, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 221 | 242 | 148 | - |
| CMYK | 0.09 | 0 | 0.39 | 0.05 |
| HSL | 73.4º | 0.78% | 0.76% | - |
| HSV(B) | 73.4º | 0.39% | 0.95% | - |
| XYZ | 66.92 | 81.01 | 40.13 | - |
| YUV | 225.01 | 84.54 | 125.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 242 | 148 | 0.09 | 0 | 0.39 | 0.05 | 73.4 | 0.78 | 0.76 |
| Hex | DD | F2 | 94 | 9 | 0 | 27 | 5 | 49 | 4E | 4C |
| Octal | 335 | 362 | 224 | 11 | 0 | 47 | 5 | 111 | 116 | 114 |
| Binary | 11011101 | 11110010 | 10010100 | 1001 | 0 | 100111 | 101 | 1001001 | 1001110 | 1001100 |
Color Harmonies of #DDF294
Complementary color
Monochromatic Colors of #DDF294
Black with #DDF294
Text Example
Text Example
White with #DDF294
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDF294; }
p { color: rgb(221,242,148); }
H1.HeaderClassName
{
color: #DDF294;
}
.AnyTagClassName
{
color: #DDF294;
}
</style>
background-color css
<style>
a { background-color: #DDF294; }
a { background-color: rgb(221,242,148); }
div.DivClassName
{
background-color: #DDF294;
}
.BgClassName
{
background-color: #DDF294;
}
</style>
border-color css
<style>
span { border-color: #DDF294; }
span { border-color: rgb(221,242,148); }
td.TdClassName
{
border-color: #DDF294;
}
.TagClassName
{
border-color: #DDF294;
}
</style>