Shades of Reef #DDFDAA
Tints of Reef #DDFDAA
RGB
CMYK
RGB Variations
Color information
#DDFDAA (or 0xDDFDAA) is known color: Reef. HEX triplet: DD, FD and AA. RGB value is (221,253,170). Sum of RGB (Red+Green+Blue) = 221+253+170=644 (85% of max value = 765). Red value is 221 (86.72% from 255 or 34.32% from 644); Green value is 253 (99.22% from 255 or 39.29% from 644); Blue value is 170 (66.80% from 255 or 26.40% from 644); Max value from RGB is 253 - color contains mainly: green. Hex color #DDFDAA is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DDFDAA is #220255. Grayscale: #EAEAEA. Windows color (decimal): -2228822 or 11206109. OLE color: 11206109.
HSL color Cylindrical-coordinate representation of color #DDFDAA: hue angle of 83.13º degrees, saturation: 0.95, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #DDFDAA is Cyan = 0.13, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 221 | 253 | 170 | - |
| CMYK | 0.13 | 0 | 0.33 | 0.01 |
| HSL | 83.13º | 0.95% | 0.83% | - |
| HSV(B) | 83.13º | 0.33% | 0.99% | - |
| XYZ | 72.2 | 88.52 | 51.31 | - |
| YUV | 233.97 | 91.9 | 118.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 253 | 170 | 0.13 | 0 | 0.33 | 0.01 | 83.13 | 0.95 | 0.83 |
| Hex | DD | FD | AA | D | 0 | 21 | 1 | 53 | 5F | 53 |
| Octal | 335 | 375 | 252 | 15 | 0 | 41 | 1 | 123 | 137 | 123 |
| Binary | 11011101 | 11111101 | 10101010 | 1101 | 0 | 100001 | 1 | 1010011 | 1011111 | 1010011 |
Color Harmonies of #DDFDAA
Complementary color
Monochromatic Colors of #DDFDAA
Black with #DDFDAA
Text Example
Text Example
White with #DDFDAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDFDAA; }
p { color: rgb(221,253,170); }
H1.HeaderClassName
{
color: #DDFDAA;
}
.AnyTagClassName
{
color: #DDFDAA;
}
</style>
background-color css
<style>
a { background-color: #DDFDAA; }
a { background-color: rgb(221,253,170); }
div.DivClassName
{
background-color: #DDFDAA;
}
.BgClassName
{
background-color: #DDFDAA;
}
</style>
border-color css
<style>
span { border-color: #DDFDAA; }
span { border-color: rgb(221,253,170); }
td.TdClassName
{
border-color: #DDFDAA;
}
.TagClassName
{
border-color: #DDFDAA;
}
</style>