Shades of Reef #DDFFA8
Tints of Reef #DDFFA8
RGB
CMYK
RGB Variations
Color information
#DDFFA8 (or 0xDDFFA8) is known color: Reef. HEX triplet: DD, FF and A8. RGB value is (221,255,168). Sum of RGB (Red+Green+Blue) = 221+255+168=644 (85% of max value = 765). Red value is 221 (86.72% from 255 or 34.32% from 644); Green value is 255 (100% from 255 or 39.60% from 644); Blue value is 168 (66.02% from 255 or 26.09% from 644); Max value from RGB is 255 - color contains mainly: green. Hex color #DDFFA8 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DDFFA8 is #220057. Grayscale: #EBEBEB. Windows color (decimal): -2228312 or 11075549. OLE color: 11075549.
HSL color Cylindrical-coordinate representation of color #DDFFA8: hue angle of 83.45º degrees, saturation: 1, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #DDFFA8 is Cyan = 0.13, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.
Color convert
RGB | 221 | 255 | 168 | - |
CMYK | 0.13 | 0 | 0.34 | 0 |
HSL | 83.45º | 1% | 0.83% | - |
HSV(B) | 83.45º | 0.34% | 1% | - |
XYZ | 72.65 | 89.72 | 50.53 | - |
YUV | 234.92 | 90.24 | 118.07 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 255 | 168 | 0.13 | 0 | 0.34 | 0 | 83.45 | 1 | 0.83 |
Hex | DD | FF | A8 | D | 0 | 22 | 0 | 53 | 64 | 53 |
Octal | 335 | 377 | 250 | 15 | 0 | 42 | 0 | 123 | 144 | 123 |
Binary | 11011101 | 11111111 | 10101000 | 1101 | 0 | 100010 | 0 | 1010011 | 1100100 | 1010011 |
Color Harmonies of #DDFFA8
Complementary color
Monochromatic Colors of #DDFFA8
Black with #DDFFA8
Text Example
Text Example
White with #DDFFA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDFFA8; }
p { color: rgb(221,255,168); }
H1.HeaderClassName
{
color: #DDFFA8;
}
.AnyTagClassName
{
color: #DDFFA8;
}
</style>
background-color css
<style>
a { background-color: #DDFFA8; }
a { background-color: rgb(221,255,168); }
div.DivClassName
{
background-color: #DDFFA8;
}
.BgClassName
{
background-color: #DDFFA8;
}
</style>
border-color css
<style>
span { border-color: #DDFFA8; }
span { border-color: rgb(221,255,168); }
td.TdClassName
{
border-color: #DDFFA8;
}
.TagClassName
{
border-color: #DDFFA8;
}
</style>