Shades of Reef #DFF0A5
Tints of Reef #DFF0A5
RGB
CMYK
RGB Variations
Color information
#DFF0A5 (or 0xDFF0A5) is known color: Reef. HEX triplet: DF, F0 and A5. RGB value is (223,240,165). Sum of RGB (Red+Green+Blue) = 223+240+165=628 (83% of max value = 765). Red value is 223 (87.5% from 255 or 35.51% from 628); Green value is 240 (94.14% from 255 or 38.22% from 628); Blue value is 165 (64.84% from 255 or 26.27% from 628); Max value from RGB is 240 - color contains mainly: green. Hex color #DFF0A5 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DFF0A5 is #200F5A. Grayscale: #E2E2E2. Windows color (decimal): -2101083 or 10875103. OLE color: 10875103.
HSL color Cylindrical-coordinate representation of color #DFF0A5: hue angle of 73.6º degrees, saturation: 0.71, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #DFF0A5 is Cyan = 0.07, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 223 | 240 | 165 | - |
| CMYK | 0.07 | 0 | 0.31 | 0.06 |
| HSL | 73.6º | 0.71% | 0.79% | - |
| HSV(B) | 73.6º | 0.31% | 0.94% | - |
| XYZ | 68.38 | 80.72 | 47.57 | - |
| YUV | 226.37 | 93.37 | 125.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 240 | 165 | 0.07 | 0 | 0.31 | 0.06 | 73.6 | 0.71 | 0.79 |
| Hex | DF | F0 | A5 | 7 | 0 | 1F | 6 | 4A | 47 | 4F |
| Octal | 337 | 360 | 245 | 7 | 0 | 37 | 6 | 112 | 107 | 117 |
| Binary | 11011111 | 11110000 | 10100101 | 111 | 0 | 11111 | 110 | 1001010 | 1000111 | 1001111 |
Color Harmonies of #DFF0A5
Complementary color
Monochromatic Colors of #DFF0A5
Black with #DFF0A5
Text Example
Text Example
White with #DFF0A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFF0A5; }
p { color: rgb(223,240,165); }
H1.HeaderClassName
{
color: #DFF0A5;
}
.AnyTagClassName
{
color: #DFF0A5;
}
</style>
background-color css
<style>
a { background-color: #DFF0A5; }
a { background-color: rgb(223,240,165); }
div.DivClassName
{
background-color: #DFF0A5;
}
.BgClassName
{
background-color: #DFF0A5;
}
</style>
border-color css
<style>
span { border-color: #DFF0A5; }
span { border-color: rgb(223,240,165); }
td.TdClassName
{
border-color: #DFF0A5;
}
.TagClassName
{
border-color: #DFF0A5;
}
</style>