Shades of Reef #DDFDA9
Tints of Reef #DDFDA9
RGB
CMYK
RGB Variations
Color information
#DDFDA9 (or 0xDDFDA9) is known color: Reef. HEX triplet: DD, FD and A9. RGB value is (221,253,169). Sum of RGB (Red+Green+Blue) = 221+253+169=643 (85% of max value = 765). Red value is 221 (86.72% from 255 or 34.37% from 643); Green value is 253 (99.22% from 255 or 39.35% from 643); Blue value is 169 (66.41% from 255 or 26.28% from 643); Max value from RGB is 253 - color contains mainly: green. Hex color #DDFDA9 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DDFDA9 is #220256. Grayscale: #EAEAEA. Windows color (decimal): -2228823 or 11140573. OLE color: 11140573.
HSL color Cylindrical-coordinate representation of color #DDFDA9: hue angle of 82.86º degrees, saturation: 0.95, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #DDFDA9 is Cyan = 0.13, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.01.
Color convert
RGB | 221 | 253 | 169 | - |
CMYK | 0.13 | 0 | 0.33 | 0.01 |
HSL | 82.86º | 0.95% | 0.83% | - |
HSV(B) | 82.86º | 0.33% | 0.99% | - |
XYZ | 72.11 | 88.49 | 50.82 | - |
YUV | 233.86 | 91.4 | 118.83 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 253 | 169 | 0.13 | 0 | 0.33 | 0.01 | 82.86 | 0.95 | 0.83 |
Hex | DD | FD | A9 | D | 0 | 21 | 1 | 53 | 5F | 53 |
Octal | 335 | 375 | 251 | 15 | 0 | 41 | 1 | 123 | 137 | 123 |
Binary | 11011101 | 11111101 | 10101001 | 1101 | 0 | 100001 | 1 | 1010011 | 1011111 | 1010011 |
Color Harmonies of #DDFDA9
Complementary color
Monochromatic Colors of #DDFDA9
Black with #DDFDA9
Text Example
Text Example
White with #DDFDA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDFDA9; }
p { color: rgb(221,253,169); }
H1.HeaderClassName
{
color: #DDFDA9;
}
.AnyTagClassName
{
color: #DDFDA9;
}
</style>
background-color css
<style>
a { background-color: #DDFDA9; }
a { background-color: rgb(221,253,169); }
div.DivClassName
{
background-color: #DDFDA9;
}
.BgClassName
{
background-color: #DDFDA9;
}
</style>
border-color css
<style>
span { border-color: #DDFDA9; }
span { border-color: rgb(221,253,169); }
td.TdClassName
{
border-color: #DDFDA9;
}
.TagClassName
{
border-color: #DDFDA9;
}
</style>