Shades of Reef #DFF3B2
Tints of Reef #DFF3B2
RGB
CMYK
RGB Variations
Color information
#DFF3B2 (or 0xDFF3B2) is known color: Reef. HEX triplet: DF, F3 and B2. RGB value is (223,243,178). Sum of RGB (Red+Green+Blue) = 223+243+178=644 (85% of max value = 765). Red value is 223 (87.5% from 255 or 34.63% from 644); Green value is 243 (95.31% from 255 or 37.73% from 644); Blue value is 178 (69.92% from 255 or 27.64% from 644); Max value from RGB is 243 - color contains mainly: green. Hex color #DFF3B2 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DFF3B2 is #200C4D. Grayscale: #E5E5E5. Windows color (decimal): -2100302 or 11727839. OLE color: 11727839.
HSL color Cylindrical-coordinate representation of color #DFF3B2: hue angle of 78.46º degrees, saturation: 0.73, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #DFF3B2 is Cyan = 0.08, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 223 | 243 | 178 | - |
| CMYK | 0.08 | 0 | 0.27 | 0.05 |
| HSL | 78.46º | 0.73% | 0.83% | - |
| HSV(B) | 78.46º | 0.27% | 0.95% | - |
| XYZ | 70.52 | 83 | 54.42 | - |
| YUV | 229.61 | 98.87 | 123.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 243 | 178 | 0.08 | 0 | 0.27 | 0.05 | 78.46 | 0.73 | 0.83 |
| Hex | DF | F3 | B2 | 8 | 0 | 1B | 5 | 4E | 49 | 53 |
| Octal | 337 | 363 | 262 | 10 | 0 | 33 | 5 | 116 | 111 | 123 |
| Binary | 11011111 | 11110011 | 10110010 | 1000 | 0 | 11011 | 101 | 1001110 | 1001001 | 1010011 |
Color Harmonies of #DFF3B2
Complementary color
Monochromatic Colors of #DFF3B2
Black with #DFF3B2
Text Example
Text Example
White with #DFF3B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFF3B2; }
p { color: rgb(223,243,178); }
H1.HeaderClassName
{
color: #DFF3B2;
}
.AnyTagClassName
{
color: #DFF3B2;
}
</style>
background-color css
<style>
a { background-color: #DFF3B2; }
a { background-color: rgb(223,243,178); }
div.DivClassName
{
background-color: #DFF3B2;
}
.BgClassName
{
background-color: #DFF3B2;
}
</style>
border-color css
<style>
span { border-color: #DFF3B2; }
span { border-color: rgb(223,243,178); }
td.TdClassName
{
border-color: #DFF3B2;
}
.TagClassName
{
border-color: #DFF3B2;
}
</style>