Shades of Reef #DFEDA1
Tints of Reef #DFEDA1
RGB
CMYK
RGB Variations
Color information
#DFEDA1 (or 0xDFEDA1) is known color: Reef. HEX triplet: DF, ED and A1. RGB value is (223,237,161). Sum of RGB (Red+Green+Blue) = 223+237+161=621 (82% of max value = 765). Red value is 223 (87.5% from 255 or 35.91% from 621); Green value is 237 (92.97% from 255 or 38.16% from 621); Blue value is 161 (63.28% from 255 or 25.93% from 621); Max value from RGB is 237 - color contains mainly: green. Hex color #DFEDA1 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DFEDA1 is #20125E. Grayscale: #E0E0E0. Windows color (decimal): -2101855 or 10612191. OLE color: 10612191.
HSL color Cylindrical-coordinate representation of color #DFEDA1: hue angle of 71.05º degrees, saturation: 0.68, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #DFEDA1 is Cyan = 0.06, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 223 | 237 | 161 | - |
| CMYK | 0.06 | 0 | 0.32 | 0.07 |
| HSL | 71.05º | 0.68% | 0.78% | - |
| HSV(B) | 71.05º | 0.32% | 0.93% | - |
| XYZ | 67.15 | 78.83 | 45.39 | - |
| YUV | 224.15 | 92.36 | 127.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 237 | 161 | 0.06 | 0 | 0.32 | 0.07 | 71.05 | 0.68 | 0.78 |
| Hex | DF | ED | A1 | 6 | 0 | 20 | 7 | 47 | 44 | 4E |
| Octal | 337 | 355 | 241 | 6 | 0 | 40 | 7 | 107 | 104 | 116 |
| Binary | 11011111 | 11101101 | 10100001 | 110 | 0 | 100000 | 111 | 1000111 | 1000100 | 1001110 |
Color Harmonies of #DFEDA1
Complementary color
Monochromatic Colors of #DFEDA1
Black with #DFEDA1
Text Example
Text Example
White with #DFEDA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFEDA1; }
p { color: rgb(223,237,161); }
H1.HeaderClassName
{
color: #DFEDA1;
}
.AnyTagClassName
{
color: #DFEDA1;
}
</style>
background-color css
<style>
a { background-color: #DFEDA1; }
a { background-color: rgb(223,237,161); }
div.DivClassName
{
background-color: #DFEDA1;
}
.BgClassName
{
background-color: #DFEDA1;
}
</style>
border-color css
<style>
span { border-color: #DFEDA1; }
span { border-color: rgb(223,237,161); }
td.TdClassName
{
border-color: #DFEDA1;
}
.TagClassName
{
border-color: #DFEDA1;
}
</style>