Shades of Reef #DDEC9C
Tints of Reef #DDEC9C
RGB
CMYK
RGB Variations
Color information
#DDEC9C (or 0xDDEC9C) is known color: Reef. HEX triplet: DD, EC and 9C. RGB value is (221,236,156). Sum of RGB (Red+Green+Blue) = 221+236+156=613 (81% of max value = 765). Red value is 221 (86.72% from 255 or 36.05% from 613); Green value is 236 (92.58% from 255 or 38.50% from 613); Blue value is 156 (61.33% from 255 or 25.45% from 613); Max value from RGB is 236 - color contains mainly: green. Hex color #DDEC9C is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DDEC9C is #221363. Grayscale: #DEDEDE. Windows color (decimal): -2233188 or 10284253. OLE color: 10284253.
HSL color Cylindrical-coordinate representation of color #DDEC9C: hue angle of 71.25º degrees, saturation: 0.68, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #DDEC9C is Cyan = 0.06, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 221 | 236 | 156 | - |
| CMYK | 0.06 | 0 | 0.34 | 0.07 |
| HSL | 71.25º | 0.68% | 0.77% | - |
| HSV(B) | 71.25º | 0.34% | 0.93% | - |
| XYZ | 65.82 | 77.76 | 42.99 | - |
| YUV | 222.4 | 90.53 | 127 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 236 | 156 | 0.06 | 0 | 0.34 | 0.07 | 71.25 | 0.68 | 0.77 |
| Hex | DD | EC | 9C | 6 | 0 | 22 | 7 | 47 | 44 | 4D |
| Octal | 335 | 354 | 234 | 6 | 0 | 42 | 7 | 107 | 104 | 115 |
| Binary | 11011101 | 11101100 | 10011100 | 110 | 0 | 100010 | 111 | 1000111 | 1000100 | 1001101 |
Color Harmonies of #DDEC9C
Complementary color
Monochromatic Colors of #DDEC9C
Black with #DDEC9C
Text Example
Text Example
White with #DDEC9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDEC9C; }
p { color: rgb(221,236,156); }
H1.HeaderClassName
{
color: #DDEC9C;
}
.AnyTagClassName
{
color: #DDEC9C;
}
</style>
background-color css
<style>
a { background-color: #DDEC9C; }
a { background-color: rgb(221,236,156); }
div.DivClassName
{
background-color: #DDEC9C;
}
.BgClassName
{
background-color: #DDEC9C;
}
</style>
border-color css
<style>
span { border-color: #DDEC9C; }
span { border-color: rgb(221,236,156); }
td.TdClassName
{
border-color: #DDEC9C;
}
.TagClassName
{
border-color: #DDEC9C;
}
</style>