Shades of Reef #DDF8B3
Tints of Reef #DDF8B3
RGB
CMYK
RGB Variations
Color information
#DDF8B3 (or 0xDDF8B3) is known color: Reef. HEX triplet: DD, F8 and B3. RGB value is (221,248,179). Sum of RGB (Red+Green+Blue) = 221+248+179=648 (85% of max value = 765). Red value is 221 (86.72% from 255 or 34.10% from 648); Green value is 248 (97.27% from 255 or 38.27% from 648); Blue value is 179 (70.31% from 255 or 27.62% from 648); Max value from RGB is 248 - color contains mainly: green. Hex color #DDF8B3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDF8B3 is #22074C. Grayscale: #E8E8E8. Windows color (decimal): -2230093 or 11794653. OLE color: 11794653.
HSL color Cylindrical-coordinate representation of color #DDF8B3: hue angle of 83.48º degrees, saturation: 0.83, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #DDF8B3 is Cyan = 0.11, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 221 | 248 | 179 | - |
| CMYK | 0.11 | 0 | 0.28 | 0.03 |
| HSL | 83.48º | 0.83% | 0.84% | - |
| HSV(B) | 83.48º | 0.28% | 0.97% | - |
| XYZ | 71.52 | 85.76 | 55.43 | - |
| YUV | 232.06 | 98.05 | 120.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 248 | 179 | 0.11 | 0 | 0.28 | 0.03 | 83.48 | 0.83 | 0.84 |
| Hex | DD | F8 | B3 | B | 0 | 1C | 3 | 53 | 53 | 54 |
| Octal | 335 | 370 | 263 | 13 | 0 | 34 | 3 | 123 | 123 | 124 |
| Binary | 11011101 | 11111000 | 10110011 | 1011 | 0 | 11100 | 11 | 1010011 | 1010011 | 1010100 |
Color Harmonies of #DDF8B3
Complementary color
Monochromatic Colors of #DDF8B3
Black with #DDF8B3
Text Example
Text Example
White with #DDF8B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDF8B3; }
p { color: rgb(221,248,179); }
H1.HeaderClassName
{
color: #DDF8B3;
}
.AnyTagClassName
{
color: #DDF8B3;
}
</style>
background-color css
<style>
a { background-color: #DDF8B3; }
a { background-color: rgb(221,248,179); }
div.DivClassName
{
background-color: #DDF8B3;
}
.BgClassName
{
background-color: #DDF8B3;
}
</style>
border-color css
<style>
span { border-color: #DDF8B3; }
span { border-color: rgb(221,248,179); }
td.TdClassName
{
border-color: #DDF8B3;
}
.TagClassName
{
border-color: #DDF8B3;
}
</style>