Shades of Reef #DFF5AD
Tints of Reef #DFF5AD
RGB
CMYK
RGB Variations
Color information
#DFF5AD (or 0xDFF5AD) is known color: Reef. HEX triplet: DF, F5 and AD. RGB value is (223,245,173). Sum of RGB (Red+Green+Blue) = 223+245+173=641 (84% of max value = 765). Red value is 223 (87.5% from 255 or 34.79% from 641); Green value is 245 (96.09% from 255 or 38.22% from 641); Blue value is 173 (67.97% from 255 or 26.99% from 641); Max value from RGB is 245 - color contains mainly: green. Hex color #DFF5AD is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DFF5AD is #200A52. Grayscale: #E6E6E6. Windows color (decimal): -2099795 or 11400671. OLE color: 11400671.
HSL color Cylindrical-coordinate representation of color #DFF5AD: hue angle of 78.33º degrees, saturation: 0.78, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #DFF5AD is Cyan = 0.09, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 223 | 245 | 173 | - |
| CMYK | 0.09 | 0 | 0.29 | 0.04 |
| HSL | 78.33º | 0.78% | 0.82% | - |
| HSV(B) | 78.33º | 0.29% | 0.96% | - |
| XYZ | 70.63 | 84.01 | 52.03 | - |
| YUV | 230.21 | 95.71 | 122.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 245 | 173 | 0.09 | 0 | 0.29 | 0.04 | 78.33 | 0.78 | 0.82 |
| Hex | DF | F5 | AD | 9 | 0 | 1D | 4 | 4E | 4E | 52 |
| Octal | 337 | 365 | 255 | 11 | 0 | 35 | 4 | 116 | 116 | 122 |
| Binary | 11011111 | 11110101 | 10101101 | 1001 | 0 | 11101 | 100 | 1001110 | 1001110 | 1010010 |
Color Harmonies of #DFF5AD
Complementary color
Monochromatic Colors of #DFF5AD
Black with #DFF5AD
Text Example
Text Example
White with #DFF5AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFF5AD; }
p { color: rgb(223,245,173); }
H1.HeaderClassName
{
color: #DFF5AD;
}
.AnyTagClassName
{
color: #DFF5AD;
}
</style>
background-color css
<style>
a { background-color: #DFF5AD; }
a { background-color: rgb(223,245,173); }
div.DivClassName
{
background-color: #DFF5AD;
}
.BgClassName
{
background-color: #DFF5AD;
}
</style>
border-color css
<style>
span { border-color: #DFF5AD; }
span { border-color: rgb(223,245,173); }
td.TdClassName
{
border-color: #DFF5AD;
}
.TagClassName
{
border-color: #DFF5AD;
}
</style>