Shades of Reef #DDF8A5
Tints of Reef #DDF8A5
RGB
CMYK
RGB Variations
Color information
#DDF8A5 (or 0xDDF8A5) is known color: Reef. HEX triplet: DD, F8 and A5. RGB value is (221,248,165). Sum of RGB (Red+Green+Blue) = 221+248+165=634 (83% of max value = 765). Red value is 221 (86.72% from 255 or 34.86% from 634); Green value is 248 (97.27% from 255 or 39.12% from 634); Blue value is 165 (64.84% from 255 or 26.03% from 634); Max value from RGB is 248 - color contains mainly: green. Hex color #DDF8A5 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DDF8A5 is #22075A. Grayscale: #E6E6E6. Windows color (decimal): -2230107 or 10877149. OLE color: 10877149.
HSL color Cylindrical-coordinate representation of color #DDF8A5: hue angle of 79.52º degrees, saturation: 0.86, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #DDF8A5 is Cyan = 0.11, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 221 | 248 | 165 | - |
| CMYK | 0.11 | 0 | 0.33 | 0.03 |
| HSL | 79.52º | 0.86% | 0.81% | - |
| HSV(B) | 79.52º | 0.33% | 0.97% | - |
| XYZ | 70.18 | 85.22 | 48.35 | - |
| YUV | 230.47 | 91.05 | 121.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 248 | 165 | 0.11 | 0 | 0.33 | 0.03 | 79.52 | 0.86 | 0.81 |
| Hex | DD | F8 | A5 | B | 0 | 21 | 3 | 50 | 56 | 51 |
| Octal | 335 | 370 | 245 | 13 | 0 | 41 | 3 | 120 | 126 | 121 |
| Binary | 11011101 | 11111000 | 10100101 | 1011 | 0 | 100001 | 11 | 1010000 | 1010110 | 1010001 |
Color Harmonies of #DDF8A5
Complementary color
Monochromatic Colors of #DDF8A5
Black with #DDF8A5
Text Example
Text Example
White with #DDF8A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDF8A5; }
p { color: rgb(221,248,165); }
H1.HeaderClassName
{
color: #DDF8A5;
}
.AnyTagClassName
{
color: #DDF8A5;
}
</style>
background-color css
<style>
a { background-color: #DDF8A5; }
a { background-color: rgb(221,248,165); }
div.DivClassName
{
background-color: #DDF8A5;
}
.BgClassName
{
background-color: #DDF8A5;
}
</style>
border-color css
<style>
span { border-color: #DDF8A5; }
span { border-color: rgb(221,248,165); }
td.TdClassName
{
border-color: #DDF8A5;
}
.TagClassName
{
border-color: #DDF8A5;
}
</style>