Shades of Reef #DDFDA5
Tints of Reef #DDFDA5
RGB
CMYK
RGB Variations
Color information
#DDFDA5 (or 0xDDFDA5) is known color: Reef. HEX triplet: DD, FD and A5. RGB value is (221,253,165). Sum of RGB (Red+Green+Blue) = 221+253+165=639 (84% of max value = 765). Red value is 221 (86.72% from 255 or 34.59% from 639); Green value is 253 (99.22% from 255 or 39.59% from 639); Blue value is 165 (64.84% from 255 or 25.82% from 639); Max value from RGB is 253 - color contains mainly: green. Hex color #DDFDA5 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DDFDA5 is #22025A. Grayscale: #E9E9E9. Windows color (decimal): -2228827 or 10878429. OLE color: 10878429.
HSL color Cylindrical-coordinate representation of color #DDFDA5: hue angle of 81.82º degrees, saturation: 0.96, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #DDFDA5 is Cyan = 0.13, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.01.
Color convert
RGB | 221 | 253 | 165 | - |
CMYK | 0.13 | 0 | 0.35 | 0.01 |
HSL | 81.82º | 0.96% | 0.82% | - |
HSV(B) | 81.82º | 0.35% | 0.99% | - |
XYZ | 71.74 | 88.34 | 48.87 | - |
YUV | 233.4 | 89.4 | 119.16 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 253 | 165 | 0.13 | 0 | 0.35 | 0.01 | 81.82 | 0.96 | 0.82 |
Hex | DD | FD | A5 | D | 0 | 23 | 1 | 52 | 60 | 52 |
Octal | 335 | 375 | 245 | 15 | 0 | 43 | 1 | 122 | 140 | 122 |
Binary | 11011101 | 11111101 | 10100101 | 1101 | 0 | 100011 | 1 | 1010010 | 1100000 | 1010010 |
Color Harmonies of #DDFDA5
Complementary color
Monochromatic Colors of #DDFDA5
Black with #DDFDA5
Text Example
Text Example
White with #DDFDA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDFDA5; }
p { color: rgb(221,253,165); }
H1.HeaderClassName
{
color: #DDFDA5;
}
.AnyTagClassName
{
color: #DDFDA5;
}
</style>
background-color css
<style>
a { background-color: #DDFDA5; }
a { background-color: rgb(221,253,165); }
div.DivClassName
{
background-color: #DDFDA5;
}
.BgClassName
{
background-color: #DDFDA5;
}
</style>
border-color css
<style>
span { border-color: #DDFDA5; }
span { border-color: rgb(221,253,165); }
td.TdClassName
{
border-color: #DDFDA5;
}
.TagClassName
{
border-color: #DDFDA5;
}
</style>