Shades of Reef #DDF8A4
Tints of Reef #DDF8A4
RGB
CMYK
RGB Variations
Color information
#DDF8A4 (or 0xDDF8A4) is known color: Reef. HEX triplet: DD, F8 and A4. RGB value is (221,248,164). Sum of RGB (Red+Green+Blue) = 221+248+164=633 (83% of max value = 765). Red value is 221 (86.72% from 255 or 34.91% from 633); Green value is 248 (97.27% from 255 or 39.18% from 633); Blue value is 164 (64.45% from 255 or 25.91% from 633); Max value from RGB is 248 - color contains mainly: green. Hex color #DDF8A4 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DDF8A4 is #22075B. Grayscale: #E6E6E6. Windows color (decimal): -2230108 or 10811613. OLE color: 10811613.
HSL color Cylindrical-coordinate representation of color #DDF8A4: hue angle of 79.29º degrees, saturation: 0.86, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #DDF8A4 is Cyan = 0.11, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 221 | 248 | 164 | - |
| CMYK | 0.11 | 0 | 0.34 | 0.03 |
| HSL | 79.29º | 0.86% | 0.81% | - |
| HSV(B) | 79.29º | 0.34% | 0.97% | - |
| XYZ | 70.09 | 85.19 | 47.87 | - |
| YUV | 230.35 | 90.55 | 121.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 248 | 164 | 0.11 | 0 | 0.34 | 0.03 | 79.29 | 0.86 | 0.81 |
| Hex | DD | F8 | A4 | B | 0 | 22 | 3 | 4F | 56 | 51 |
| Octal | 335 | 370 | 244 | 13 | 0 | 42 | 3 | 117 | 126 | 121 |
| Binary | 11011101 | 11111000 | 10100100 | 1011 | 0 | 100010 | 11 | 1001111 | 1010110 | 1010001 |
Color Harmonies of #DDF8A4
Complementary color
Monochromatic Colors of #DDF8A4
Black with #DDF8A4
Text Example
Text Example
White with #DDF8A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDF8A4; }
p { color: rgb(221,248,164); }
H1.HeaderClassName
{
color: #DDF8A4;
}
.AnyTagClassName
{
color: #DDF8A4;
}
</style>
background-color css
<style>
a { background-color: #DDF8A4; }
a { background-color: rgb(221,248,164); }
div.DivClassName
{
background-color: #DDF8A4;
}
.BgClassName
{
background-color: #DDF8A4;
}
</style>
border-color css
<style>
span { border-color: #DDF8A4; }
span { border-color: rgb(221,248,164); }
td.TdClassName
{
border-color: #DDF8A4;
}
.TagClassName
{
border-color: #DDF8A4;
}
</style>