Shades of Reef #DDFBB4
Tints of Reef #DDFBB4
RGB
CMYK
RGB Variations
Color information
#DDFBB4 (or 0xDDFBB4) is known color: Reef. HEX triplet: DD, FB and B4. RGB value is (221,251,180). Sum of RGB (Red+Green+Blue) = 221+251+180=652 (86% of max value = 765). Red value is 221 (86.72% from 255 or 33.90% from 652); Green value is 251 (98.44% from 255 or 38.50% from 652); Blue value is 180 (70.70% from 255 or 27.61% from 652); Max value from RGB is 251 - color contains mainly: green. Hex color #DDFBB4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDFBB4 is #22044B. Grayscale: #EAEAEA. Windows color (decimal): -2229324 or 11860957. OLE color: 11860957.
HSL color Cylindrical-coordinate representation of color #DDFBB4: hue angle of 85.35º degrees, saturation: 0.9, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #DDFBB4 is Cyan = 0.12, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 221 | 251 | 180 | - |
| CMYK | 0.12 | 0 | 0.28 | 0.02 |
| HSL | 85.35º | 0.9% | 0.85% | - |
| HSV(B) | 85.35º | 0.28% | 0.98% | - |
| XYZ | 72.55 | 87.66 | 56.28 | - |
| YUV | 233.94 | 97.56 | 118.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 251 | 180 | 0.12 | 0 | 0.28 | 0.02 | 85.35 | 0.9 | 0.85 |
| Hex | DD | FB | B4 | C | 0 | 1C | 2 | 55 | 5A | 55 |
| Octal | 335 | 373 | 264 | 14 | 0 | 34 | 2 | 125 | 132 | 125 |
| Binary | 11011101 | 11111011 | 10110100 | 1100 | 0 | 11100 | 10 | 1010101 | 1011010 | 1010101 |
Color Harmonies of #DDFBB4
Complementary color
Monochromatic Colors of #DDFBB4
Black with #DDFBB4
Text Example
Text Example
White with #DDFBB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDFBB4; }
p { color: rgb(221,251,180); }
H1.HeaderClassName
{
color: #DDFBB4;
}
.AnyTagClassName
{
color: #DDFBB4;
}
</style>
background-color css
<style>
a { background-color: #DDFBB4; }
a { background-color: rgb(221,251,180); }
div.DivClassName
{
background-color: #DDFBB4;
}
.BgClassName
{
background-color: #DDFBB4;
}
</style>
border-color css
<style>
span { border-color: #DDFBB4; }
span { border-color: rgb(221,251,180); }
td.TdClassName
{
border-color: #DDFBB4;
}
.TagClassName
{
border-color: #DDFBB4;
}
</style>