Shades of Reef #DDFDB1
Tints of Reef #DDFDB1
RGB
CMYK
RGB Variations
Color information
#DDFDB1 (or 0xDDFDB1) is known color: Reef. HEX triplet: DD, FD and B1. RGB value is (221,253,177). Sum of RGB (Red+Green+Blue) = 221+253+177=651 (86% of max value = 765). Red value is 221 (86.72% from 255 or 33.95% from 651); Green value is 253 (99.22% from 255 or 38.86% from 651); Blue value is 177 (69.53% from 255 or 27.19% from 651); Max value from RGB is 253 - color contains mainly: green. Hex color #DDFDB1 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DDFDB1 is #22024E. Grayscale: #EBEBEB. Windows color (decimal): -2228815 or 11664861. OLE color: 11664861.
HSL color Cylindrical-coordinate representation of color #DDFDB1: hue angle of 85.26º degrees, saturation: 0.95, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DDFDB1 is Cyan = 0.13, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.01.
Color convert
RGB | 221 | 253 | 177 | - |
CMYK | 0.13 | 0 | 0.30 | 0.01 |
HSL | 85.26º | 0.95% | 0.84% | - |
HSV(B) | 85.26º | 0.3% | 0.99% | - |
XYZ | 72.88 | 88.8 | 54.89 | - |
YUV | 234.77 | 95.4 | 118.18 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 253 | 177 | 0.13 | 0 | 0.30 | 0.01 | 85.26 | 0.95 | 0.84 |
Hex | DD | FD | B1 | D | 0 | 1E | 1 | 55 | 5F | 54 |
Octal | 335 | 375 | 261 | 15 | 0 | 36 | 1 | 125 | 137 | 124 |
Binary | 11011101 | 11111101 | 10110001 | 1101 | 0 | 11110 | 1 | 1010101 | 1011111 | 1010100 |
Color Harmonies of #DDFDB1
Complementary color
Monochromatic Colors of #DDFDB1
Black with #DDFDB1
Text Example
Text Example
White with #DDFDB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDFDB1; }
p { color: rgb(221,253,177); }
H1.HeaderClassName
{
color: #DDFDB1;
}
.AnyTagClassName
{
color: #DDFDB1;
}
</style>
background-color css
<style>
a { background-color: #DDFDB1; }
a { background-color: rgb(221,253,177); }
div.DivClassName
{
background-color: #DDFDB1;
}
.BgClassName
{
background-color: #DDFDB1;
}
</style>
border-color css
<style>
span { border-color: #DDFDB1; }
span { border-color: rgb(221,253,177); }
td.TdClassName
{
border-color: #DDFDB1;
}
.TagClassName
{
border-color: #DDFDB1;
}
</style>