Shades of Reef #DDF5B3
Tints of Reef #DDF5B3
RGB
CMYK
RGB Variations
Color information
#DDF5B3 (or 0xDDF5B3) is known color: Reef. HEX triplet: DD, F5 and B3. RGB value is (221,245,179). Sum of RGB (Red+Green+Blue) = 221+245+179=645 (85% of max value = 765). Red value is 221 (86.72% from 255 or 34.26% from 645); Green value is 245 (96.09% from 255 or 37.98% from 645); Blue value is 179 (70.31% from 255 or 27.75% from 645); Max value from RGB is 245 - color contains mainly: green. Hex color #DDF5B3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDF5B3 is #220A4C. Grayscale: #E6E6E6. Windows color (decimal): -2230861 or 11793885. OLE color: 11793885.
HSL color Cylindrical-coordinate representation of color #DDF5B3: hue angle of 81.82º degrees, saturation: 0.77, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #DDF5B3 is Cyan = 0.10, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 221 | 245 | 179 | - |
| CMYK | 0.10 | 0 | 0.27 | 0.04 |
| HSL | 81.82º | 0.77% | 0.83% | - |
| HSV(B) | 81.82º | 0.27% | 0.96% | - |
| XYZ | 70.61 | 83.93 | 55.13 | - |
| YUV | 230.3 | 99.05 | 121.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 245 | 179 | 0.10 | 0 | 0.27 | 0.04 | 81.82 | 0.77 | 0.83 |
| Hex | DD | F5 | B3 | A | 0 | 1B | 4 | 52 | 4D | 53 |
| Octal | 335 | 365 | 263 | 12 | 0 | 33 | 4 | 122 | 115 | 123 |
| Binary | 11011101 | 11110101 | 10110011 | 1010 | 0 | 11011 | 100 | 1010010 | 1001101 | 1010011 |
Color Harmonies of #DDF5B3
Complementary color
Monochromatic Colors of #DDF5B3
Black with #DDF5B3
Text Example
Text Example
White with #DDF5B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDF5B3; }
p { color: rgb(221,245,179); }
H1.HeaderClassName
{
color: #DDF5B3;
}
.AnyTagClassName
{
color: #DDF5B3;
}
</style>
background-color css
<style>
a { background-color: #DDF5B3; }
a { background-color: rgb(221,245,179); }
div.DivClassName
{
background-color: #DDF5B3;
}
.BgClassName
{
background-color: #DDF5B3;
}
</style>
border-color css
<style>
span { border-color: #DDF5B3; }
span { border-color: rgb(221,245,179); }
td.TdClassName
{
border-color: #DDF5B3;
}
.TagClassName
{
border-color: #DDF5B3;
}
</style>