Shades of Reef #DDFE90
Tints of Reef #DDFE90
RGB
CMYK
RGB Variations
Color information
#DDFE90 (or 0xDDFE90) is known color: Reef. HEX triplet: DD, FE and 90. RGB value is (221,254,144). Sum of RGB (Red+Green+Blue) = 221+254+144=619 (81% of max value = 765). Red value is 221 (86.72% from 255 or 35.70% from 619); Green value is 254 (99.61% from 255 or 41.03% from 619); Blue value is 144 (56.64% from 255 or 23.26% from 619); Max value from RGB is 254 - color contains mainly: green. Hex color #DDFE90 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DDFE90 is #22016F. Grayscale: #E7E7E7. Windows color (decimal): -2228592 or 9502429. OLE color: 9502429.
HSL color Cylindrical-coordinate representation of color #DDFE90: hue angle of 78º degrees, saturation: 0.98, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #DDFE90 is Cyan = 0.13, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 221 | 254 | 144 | - |
| CMYK | 0.13 | 0 | 0.43 | 0.00 |
| HSL | 78º | 0.98% | 0.78% | - |
| HSV(B) | 78º | 0.43% | 1% | - |
| XYZ | 70.29 | 88.27 | 39.72 | - |
| YUV | 231.59 | 78.57 | 120.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 254 | 144 | 0.13 | 0 | 0.43 | 0.00 | 78 | 0.98 | 0.78 |
| Hex | DD | FE | 90 | D | 0 | 2B | 0 | 4E | 62 | 4E |
| Octal | 335 | 376 | 220 | 15 | 0 | 53 | 0 | 116 | 142 | 116 |
| Binary | 11011101 | 11111110 | 10010000 | 1101 | 0 | 101011 | 0 | 1001110 | 1100010 | 1001110 |
Color Harmonies of #DDFE90
Complementary color
Monochromatic Colors of #DDFE90
Black with #DDFE90
Text Example
Text Example
White with #DDFE90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDFE90; }
p { color: rgb(221,254,144); }
H1.HeaderClassName
{
color: #DDFE90;
}
.AnyTagClassName
{
color: #DDFE90;
}
</style>
background-color css
<style>
a { background-color: #DDFE90; }
a { background-color: rgb(221,254,144); }
div.DivClassName
{
background-color: #DDFE90;
}
.BgClassName
{
background-color: #DDFE90;
}
</style>
border-color css
<style>
span { border-color: #DDFE90; }
span { border-color: rgb(221,254,144); }
td.TdClassName
{
border-color: #DDFE90;
}
.TagClassName
{
border-color: #DDFE90;
}
</style>