Shades of Reef #DDFD93
Tints of Reef #DDFD93
RGB
CMYK
RGB Variations
Color information
#DDFD93 (or 0xDDFD93) is known color: Reef. HEX triplet: DD, FD and 93. RGB value is (221,253,147). Sum of RGB (Red+Green+Blue) = 221+253+147=621 (82% of max value = 765). Red value is 221 (86.72% from 255 or 35.59% from 621); Green value is 253 (99.22% from 255 or 40.74% from 621); Blue value is 147 (57.81% from 255 or 23.67% from 621); Max value from RGB is 253 - color contains mainly: green. Hex color #DDFD93 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DDFD93 is #22026C. Grayscale: #E7E7E7. Windows color (decimal): -2228845 or 9698781. OLE color: 9698781.
HSL color Cylindrical-coordinate representation of color #DDFD93: hue angle of 78.11º degrees, saturation: 0.96, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #DDFD93 is Cyan = 0.13, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 221 | 253 | 147 | - |
| CMYK | 0.13 | 0 | 0.42 | 0.01 |
| HSL | 78.11º | 0.96% | 0.78% | - |
| HSV(B) | 78.11º | 0.42% | 0.99% | - |
| XYZ | 70.21 | 87.73 | 40.84 | - |
| YUV | 231.35 | 80.4 | 120.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 253 | 147 | 0.13 | 0 | 0.42 | 0.01 | 78.11 | 0.96 | 0.78 |
| Hex | DD | FD | 93 | D | 0 | 2A | 1 | 4E | 60 | 4E |
| Octal | 335 | 375 | 223 | 15 | 0 | 52 | 1 | 116 | 140 | 116 |
| Binary | 11011101 | 11111101 | 10010011 | 1101 | 0 | 101010 | 1 | 1001110 | 1100000 | 1001110 |
Color Harmonies of #DDFD93
Complementary color
Monochromatic Colors of #DDFD93
Black with #DDFD93
Text Example
Text Example
White with #DDFD93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDFD93; }
p { color: rgb(221,253,147); }
H1.HeaderClassName
{
color: #DDFD93;
}
.AnyTagClassName
{
color: #DDFD93;
}
</style>
background-color css
<style>
a { background-color: #DDFD93; }
a { background-color: rgb(221,253,147); }
div.DivClassName
{
background-color: #DDFD93;
}
.BgClassName
{
background-color: #DDFD93;
}
</style>
border-color css
<style>
span { border-color: #DDFD93; }
span { border-color: rgb(221,253,147); }
td.TdClassName
{
border-color: #DDFD93;
}
.TagClassName
{
border-color: #DDFD93;
}
</style>