Shades of Reef #DFEFA1
Tints of Reef #DFEFA1
RGB
CMYK
RGB Variations
Color information
#DFEFA1 (or 0xDFEFA1) is known color: Reef. HEX triplet: DF, EF and A1. RGB value is (223,239,161). Sum of RGB (Red+Green+Blue) = 223+239+161=623 (82% of max value = 765). Red value is 223 (87.5% from 255 or 35.79% from 623); Green value is 239 (93.75% from 255 or 38.36% from 623); Blue value is 161 (63.28% from 255 or 25.84% from 623); Max value from RGB is 239 - color contains mainly: green. Hex color #DFEFA1 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DFEFA1 is #20105E. Grayscale: #E1E1E1. Windows color (decimal): -2101343 or 10612703. OLE color: 10612703.
HSL color Cylindrical-coordinate representation of color #DFEFA1: hue angle of 72.31º degrees, saturation: 0.71, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #DFEFA1 is Cyan = 0.07, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 223 | 239 | 161 | - |
| CMYK | 0.07 | 0 | 0.33 | 0.06 |
| HSL | 72.31º | 0.71% | 0.78% | - |
| HSV(B) | 72.31º | 0.33% | 0.94% | - |
| XYZ | 67.73 | 79.99 | 45.59 | - |
| YUV | 225.32 | 91.7 | 126.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 239 | 161 | 0.07 | 0 | 0.33 | 0.06 | 72.31 | 0.71 | 0.78 |
| Hex | DF | EF | A1 | 7 | 0 | 21 | 6 | 48 | 47 | 4E |
| Octal | 337 | 357 | 241 | 7 | 0 | 41 | 6 | 110 | 107 | 116 |
| Binary | 11011111 | 11101111 | 10100001 | 111 | 0 | 100001 | 110 | 1001000 | 1000111 | 1001110 |
Color Harmonies of #DFEFA1
Complementary color
Monochromatic Colors of #DFEFA1
Black with #DFEFA1
Text Example
Text Example
White with #DFEFA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFEFA1; }
p { color: rgb(223,239,161); }
H1.HeaderClassName
{
color: #DFEFA1;
}
.AnyTagClassName
{
color: #DFEFA1;
}
</style>
background-color css
<style>
a { background-color: #DFEFA1; }
a { background-color: rgb(223,239,161); }
div.DivClassName
{
background-color: #DFEFA1;
}
.BgClassName
{
background-color: #DFEFA1;
}
</style>
border-color css
<style>
span { border-color: #DFEFA1; }
span { border-color: rgb(223,239,161); }
td.TdClassName
{
border-color: #DFEFA1;
}
.TagClassName
{
border-color: #DFEFA1;
}
</style>