Shades of Reef #DFF3B0
Tints of Reef #DFF3B0
RGB
CMYK
RGB Variations
Color information
#DFF3B0 (or 0xDFF3B0) is known color: Reef. HEX triplet: DF, F3 and B0. RGB value is (223,243,176). Sum of RGB (Red+Green+Blue) = 223+243+176=642 (85% of max value = 765). Red value is 223 (87.5% from 255 or 34.74% from 642); Green value is 243 (95.31% from 255 or 37.85% from 642); Blue value is 176 (69.14% from 255 or 27.41% from 642); Max value from RGB is 243 - color contains mainly: green. Hex color #DFF3B0 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DFF3B0 is #200C4F. Grayscale: #E5E5E5. Windows color (decimal): -2100304 or 11596767. OLE color: 11596767.
HSL color Cylindrical-coordinate representation of color #DFF3B0: hue angle of 77.91º 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 #DFF3B0 is Cyan = 0.08, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 223 | 243 | 176 | - |
| CMYK | 0.08 | 0 | 0.28 | 0.05 |
| HSL | 77.91º | 0.74% | 0.82% | - |
| HSV(B) | 77.91º | 0.28% | 0.95% | - |
| XYZ | 70.32 | 82.92 | 53.37 | - |
| YUV | 229.38 | 97.87 | 123.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 243 | 176 | 0.08 | 0 | 0.28 | 0.05 | 77.91 | 0.74 | 0.82 |
| Hex | DF | F3 | B0 | 8 | 0 | 1C | 5 | 4E | 4A | 52 |
| Octal | 337 | 363 | 260 | 10 | 0 | 34 | 5 | 116 | 112 | 122 |
| Binary | 11011111 | 11110011 | 10110000 | 1000 | 0 | 11100 | 101 | 1001110 | 1001010 | 1010010 |
Color Harmonies of #DFF3B0
Complementary color
Monochromatic Colors of #DFF3B0
Black with #DFF3B0
Text Example
Text Example
White with #DFF3B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFF3B0; }
p { color: rgb(223,243,176); }
H1.HeaderClassName
{
color: #DFF3B0;
}
.AnyTagClassName
{
color: #DFF3B0;
}
</style>
background-color css
<style>
a { background-color: #DFF3B0; }
a { background-color: rgb(223,243,176); }
div.DivClassName
{
background-color: #DFF3B0;
}
.BgClassName
{
background-color: #DFF3B0;
}
</style>
border-color css
<style>
span { border-color: #DFF3B0; }
span { border-color: rgb(223,243,176); }
td.TdClassName
{
border-color: #DFF3B0;
}
.TagClassName
{
border-color: #DFF3B0;
}
</style>