Shades of Reef #DDEF98
Tints of Reef #DDEF98
RGB
CMYK
RGB Variations
Color information
#DDEF98 (or 0xDDEF98) is known color: Reef. HEX triplet: DD, EF and 98. RGB value is (221,239,152). Sum of RGB (Red+Green+Blue) = 221+239+152=612 (81% of max value = 765). Red value is 221 (86.72% from 255 or 36.11% from 612); Green value is 239 (93.75% from 255 or 39.05% from 612); Blue value is 152 (59.77% from 255 or 24.84% from 612); Max value from RGB is 239 - color contains mainly: green. Hex color #DDEF98 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DDEF98 is #221067. Grayscale: #E0E0E0. Windows color (decimal): -2232424 or 10022877. OLE color: 10022877.
HSL color Cylindrical-coordinate representation of color #DDEF98: hue angle of 72.41º degrees, saturation: 0.73, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #DDEF98 is Cyan = 0.08, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 221 | 239 | 152 | - |
| CMYK | 0.08 | 0 | 0.36 | 0.06 |
| HSL | 72.41º | 0.73% | 0.77% | - |
| HSV(B) | 72.41º | 0.36% | 0.94% | - |
| XYZ | 66.35 | 79.37 | 41.53 | - |
| YUV | 223.7 | 87.54 | 126.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 239 | 152 | 0.08 | 0 | 0.36 | 0.06 | 72.41 | 0.73 | 0.77 |
| Hex | DD | EF | 98 | 8 | 0 | 24 | 6 | 48 | 49 | 4D |
| Octal | 335 | 357 | 230 | 10 | 0 | 44 | 6 | 110 | 111 | 115 |
| Binary | 11011101 | 11101111 | 10011000 | 1000 | 0 | 100100 | 110 | 1001000 | 1001001 | 1001101 |
Color Harmonies of #DDEF98
Complementary color
Monochromatic Colors of #DDEF98
Black with #DDEF98
Text Example
Text Example
White with #DDEF98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDEF98; }
p { color: rgb(221,239,152); }
H1.HeaderClassName
{
color: #DDEF98;
}
.AnyTagClassName
{
color: #DDEF98;
}
</style>
background-color css
<style>
a { background-color: #DDEF98; }
a { background-color: rgb(221,239,152); }
div.DivClassName
{
background-color: #DDEF98;
}
.BgClassName
{
background-color: #DDEF98;
}
</style>
border-color css
<style>
span { border-color: #DDEF98; }
span { border-color: rgb(221,239,152); }
td.TdClassName
{
border-color: #DDEF98;
}
.TagClassName
{
border-color: #DDEF98;
}
</style>