Shades of Reef #DFFDB2
Tints of Reef #DFFDB2
RGB
CMYK
RGB Variations
Color information
#DFFDB2 (or 0xDFFDB2) is known color: Reef. HEX triplet: DF, FD and B2. RGB value is (223,253,178). Sum of RGB (Red+Green+Blue) = 223+253+178=654 (86% of max value = 765). Red value is 223 (87.5% from 255 or 34.10% from 654); Green value is 253 (99.22% from 255 or 38.69% from 654); Blue value is 178 (69.92% from 255 or 27.22% from 654); Max value from RGB is 253 - color contains mainly: green. Hex color #DFFDB2 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DFFDB2 is #20024D. Grayscale: #EBEBEB. Windows color (decimal): -2097742 or 11730399. OLE color: 11730399.
HSL color Cylindrical-coordinate representation of color #DFFDB2: hue angle of 84º degrees, saturation: 0.95, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DFFDB2 is Cyan = 0.12, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 223 | 253 | 178 | - |
| CMYK | 0.12 | 0 | 0.30 | 0.01 |
| HSL | 84º | 0.95% | 0.85% | - |
| HSV(B) | 84º | 0.3% | 0.99% | - |
| XYZ | 73.59 | 89.15 | 55.45 | - |
| YUV | 235.48 | 95.56 | 119.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 253 | 178 | 0.12 | 0 | 0.30 | 0.01 | 84 | 0.95 | 0.85 |
| Hex | DF | FD | B2 | C | 0 | 1E | 1 | 54 | 5F | 55 |
| Octal | 337 | 375 | 262 | 14 | 0 | 36 | 1 | 124 | 137 | 125 |
| Binary | 11011111 | 11111101 | 10110010 | 1100 | 0 | 11110 | 1 | 1010100 | 1011111 | 1010101 |
Color Harmonies of #DFFDB2
Complementary color
Monochromatic Colors of #DFFDB2
Black with #DFFDB2
Text Example
Text Example
White with #DFFDB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFFDB2; }
p { color: rgb(223,253,178); }
H1.HeaderClassName
{
color: #DFFDB2;
}
.AnyTagClassName
{
color: #DFFDB2;
}
</style>
background-color css
<style>
a { background-color: #DFFDB2; }
a { background-color: rgb(223,253,178); }
div.DivClassName
{
background-color: #DFFDB2;
}
.BgClassName
{
background-color: #DFFDB2;
}
</style>
border-color css
<style>
span { border-color: #DFFDB2; }
span { border-color: rgb(223,253,178); }
td.TdClassName
{
border-color: #DFFDB2;
}
.TagClassName
{
border-color: #DFFDB2;
}
</style>