Shades of Reef #DFF3AF
Tints of Reef #DFF3AF
RGB
CMYK
RGB Variations
Color information
#DFF3AF (or 0xDFF3AF) is known color: Reef. HEX triplet: DF, F3 and AF. RGB value is (223,243,175). Sum of RGB (Red+Green+Blue) = 223+243+175=641 (84% of max value = 765). Red value is 223 (87.5% from 255 or 34.79% from 641); Green value is 243 (95.31% from 255 or 37.91% from 641); Blue value is 175 (68.75% from 255 or 27.30% from 641); Max value from RGB is 243 - color contains mainly: green. Hex color #DFF3AF is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DFF3AF is #200C50. Grayscale: #E5E5E5. Windows color (decimal): -2100305 or 11531231. OLE color: 11531231.
HSL color Cylindrical-coordinate representation of color #DFF3AF: hue angle of 77.65º degrees, saturation: 0.74, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #DFF3AF is Cyan = 0.08, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 223 | 243 | 175 | - |
| CMYK | 0.08 | 0 | 0.28 | 0.05 |
| HSL | 77.65º | 0.74% | 0.82% | - |
| HSV(B) | 77.65º | 0.28% | 0.95% | - |
| XYZ | 70.22 | 82.88 | 52.85 | - |
| YUV | 229.27 | 97.37 | 123.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 243 | 175 | 0.08 | 0 | 0.28 | 0.05 | 77.65 | 0.74 | 0.82 |
| Hex | DF | F3 | AF | 8 | 0 | 1C | 5 | 4E | 4A | 52 |
| Octal | 337 | 363 | 257 | 10 | 0 | 34 | 5 | 116 | 112 | 122 |
| Binary | 11011111 | 11110011 | 10101111 | 1000 | 0 | 11100 | 101 | 1001110 | 1001010 | 1010010 |
Color Harmonies of #DFF3AF
Complementary color
Monochromatic Colors of #DFF3AF
Black with #DFF3AF
Text Example
Text Example
White with #DFF3AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFF3AF; }
p { color: rgb(223,243,175); }
H1.HeaderClassName
{
color: #DFF3AF;
}
.AnyTagClassName
{
color: #DFF3AF;
}
</style>
background-color css
<style>
a { background-color: #DFF3AF; }
a { background-color: rgb(223,243,175); }
div.DivClassName
{
background-color: #DFF3AF;
}
.BgClassName
{
background-color: #DFF3AF;
}
</style>
border-color css
<style>
span { border-color: #DFF3AF; }
span { border-color: rgb(223,243,175); }
td.TdClassName
{
border-color: #DFF3AF;
}
.TagClassName
{
border-color: #DFF3AF;
}
</style>