Shades of Reef #DFF3B1
Tints of Reef #DFF3B1
RGB
CMYK
RGB Variations
Color information
#DFF3B1 (or 0xDFF3B1) is known color: Reef. HEX triplet: DF, F3 and B1. RGB value is (223,243,177). Sum of RGB (Red+Green+Blue) = 223+243+177=643 (85% of max value = 765). Red value is 223 (87.5% from 255 or 34.68% from 643); Green value is 243 (95.31% from 255 or 37.79% from 643); Blue value is 177 (69.53% from 255 or 27.53% from 643); Max value from RGB is 243 - color contains mainly: green. Hex color #DFF3B1 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DFF3B1 is #200C4E. Grayscale: #E5E5E5. Windows color (decimal): -2100303 or 11662303. OLE color: 11662303.
HSL color Cylindrical-coordinate representation of color #DFF3B1: hue angle of 78.18º degrees, saturation: 0.73, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #DFF3B1 is Cyan = 0.08, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 223 | 243 | 177 | - |
| CMYK | 0.08 | 0 | 0.27 | 0.05 |
| HSL | 78.18º | 0.73% | 0.82% | - |
| HSV(B) | 78.18º | 0.27% | 0.95% | - |
| XYZ | 70.42 | 82.96 | 53.9 | - |
| YUV | 229.5 | 98.37 | 123.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 243 | 177 | 0.08 | 0 | 0.27 | 0.05 | 78.18 | 0.73 | 0.82 |
| Hex | DF | F3 | B1 | 8 | 0 | 1B | 5 | 4E | 49 | 52 |
| Octal | 337 | 363 | 261 | 10 | 0 | 33 | 5 | 116 | 111 | 122 |
| Binary | 11011111 | 11110011 | 10110001 | 1000 | 0 | 11011 | 101 | 1001110 | 1001001 | 1010010 |
Color Harmonies of #DFF3B1
Complementary color
Monochromatic Colors of #DFF3B1
Black with #DFF3B1
Text Example
Text Example
White with #DFF3B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFF3B1; }
p { color: rgb(223,243,177); }
H1.HeaderClassName
{
color: #DFF3B1;
}
.AnyTagClassName
{
color: #DFF3B1;
}
</style>
background-color css
<style>
a { background-color: #DFF3B1; }
a { background-color: rgb(223,243,177); }
div.DivClassName
{
background-color: #DFF3B1;
}
.BgClassName
{
background-color: #DFF3B1;
}
</style>
border-color css
<style>
span { border-color: #DFF3B1; }
span { border-color: rgb(223,243,177); }
td.TdClassName
{
border-color: #DFF3B1;
}
.TagClassName
{
border-color: #DFF3B1;
}
</style>