Shades of Reef #DFFDAB
Tints of Reef #DFFDAB
RGB
CMYK
RGB Variations
Color information
#DFFDAB (or 0xDFFDAB) is known color: Reef. HEX triplet: DF, FD and AB. RGB value is (223,253,171). Sum of RGB (Red+Green+Blue) = 223+253+171=647 (85% of max value = 765). Red value is 223 (87.5% from 255 or 34.47% from 647); Green value is 253 (99.22% from 255 or 39.10% from 647); Blue value is 171 (67.19% from 255 or 26.43% from 647); Max value from RGB is 253 - color contains mainly: green. Hex color #DFFDAB is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DFFDAB is #200254. Grayscale: #EAEAEA. Windows color (decimal): -2097749 or 11271647. OLE color: 11271647.
HSL color Cylindrical-coordinate representation of color #DFFDAB: hue angle of 81.95º degrees, saturation: 0.95, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #DFFDAB is Cyan = 0.12, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 223 | 253 | 171 | - |
| CMYK | 0.12 | 0 | 0.32 | 0.01 |
| HSL | 81.95º | 0.95% | 0.83% | - |
| HSV(B) | 81.95º | 0.32% | 0.99% | - |
| XYZ | 72.91 | 88.88 | 51.84 | - |
| YUV | 234.68 | 92.06 | 119.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 253 | 171 | 0.12 | 0 | 0.32 | 0.01 | 81.95 | 0.95 | 0.83 |
| Hex | DF | FD | AB | C | 0 | 20 | 1 | 52 | 5F | 53 |
| Octal | 337 | 375 | 253 | 14 | 0 | 40 | 1 | 122 | 137 | 123 |
| Binary | 11011111 | 11111101 | 10101011 | 1100 | 0 | 100000 | 1 | 1010010 | 1011111 | 1010011 |
Color Harmonies of #DFFDAB
Complementary color
Monochromatic Colors of #DFFDAB
Black with #DFFDAB
Text Example
Text Example
White with #DFFDAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFFDAB; }
p { color: rgb(223,253,171); }
H1.HeaderClassName
{
color: #DFFDAB;
}
.AnyTagClassName
{
color: #DFFDAB;
}
</style>
background-color css
<style>
a { background-color: #DFFDAB; }
a { background-color: rgb(223,253,171); }
div.DivClassName
{
background-color: #DFFDAB;
}
.BgClassName
{
background-color: #DFFDAB;
}
</style>
border-color css
<style>
span { border-color: #DFFDAB; }
span { border-color: rgb(223,253,171); }
td.TdClassName
{
border-color: #DFFDAB;
}
.TagClassName
{
border-color: #DFFDAB;
}
</style>