Shades of Reef #DFFDAA
Tints of Reef #DFFDAA
RGB
CMYK
RGB Variations
Color information
#DFFDAA (or 0xDFFDAA) is known color: Reef. HEX triplet: DF, FD and AA. RGB value is (223,253,170). Sum of RGB (Red+Green+Blue) = 223+253+170=646 (85% of max value = 765). Red value is 223 (87.5% from 255 or 34.52% from 646); Green value is 253 (99.22% from 255 or 39.16% from 646); Blue value is 170 (66.80% from 255 or 26.32% from 646); Max value from RGB is 253 - color contains mainly: green. Hex color #DFFDAA is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DFFDAA is #200255. Grayscale: #EAEAEA. Windows color (decimal): -2097750 or 11206111. OLE color: 11206111.
HSL color Cylindrical-coordinate representation of color #DFFDAA: hue angle of 81.69º 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 #DFFDAA is Cyan = 0.12, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 223 | 253 | 170 | - |
| CMYK | 0.12 | 0 | 0.33 | 0.01 |
| HSL | 81.69º | 0.95% | 0.83% | - |
| HSV(B) | 81.69º | 0.33% | 0.99% | - |
| XYZ | 72.81 | 88.84 | 51.34 | - |
| YUV | 234.57 | 91.56 | 119.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 253 | 170 | 0.12 | 0 | 0.33 | 0.01 | 81.69 | 0.95 | 0.83 |
| Hex | DF | FD | AA | C | 0 | 21 | 1 | 52 | 5F | 53 |
| Octal | 337 | 375 | 252 | 14 | 0 | 41 | 1 | 122 | 137 | 123 |
| Binary | 11011111 | 11111101 | 10101010 | 1100 | 0 | 100001 | 1 | 1010010 | 1011111 | 1010011 |
Color Harmonies of #DFFDAA
Complementary color
Monochromatic Colors of #DFFDAA
Black with #DFFDAA
Text Example
Text Example
White with #DFFDAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFFDAA; }
p { color: rgb(223,253,170); }
H1.HeaderClassName
{
color: #DFFDAA;
}
.AnyTagClassName
{
color: #DFFDAA;
}
</style>
background-color css
<style>
a { background-color: #DFFDAA; }
a { background-color: rgb(223,253,170); }
div.DivClassName
{
background-color: #DFFDAA;
}
.BgClassName
{
background-color: #DFFDAA;
}
</style>
border-color css
<style>
span { border-color: #DFFDAA; }
span { border-color: rgb(223,253,170); }
td.TdClassName
{
border-color: #DFFDAA;
}
.TagClassName
{
border-color: #DFFDAA;
}
</style>