Shades of Reef #DDEC9B
Tints of Reef #DDEC9B
RGB
CMYK
RGB Variations
Color information
#DDEC9B (or 0xDDEC9B) is known color: Reef. HEX triplet: DD, EC and 9B. RGB value is (221,236,155). Sum of RGB (Red+Green+Blue) = 221+236+155=612 (81% of max value = 765). Red value is 221 (86.72% from 255 or 36.11% from 612); Green value is 236 (92.58% from 255 or 38.56% from 612); Blue value is 155 (60.94% from 255 or 25.33% from 612); Max value from RGB is 236 - color contains mainly: green. Hex color #DDEC9B is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DDEC9B is #221364. Grayscale: #DEDEDE. Windows color (decimal): -2233189 or 10218717. OLE color: 10218717.
HSL color Cylindrical-coordinate representation of color #DDEC9B: hue angle of 71.11º 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 #DDEC9B is Cyan = 0.06, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 221 | 236 | 155 | - |
| CMYK | 0.06 | 0 | 0.34 | 0.07 |
| HSL | 71.11º | 0.68% | 0.77% | - |
| HSV(B) | 71.11º | 0.34% | 0.93% | - |
| XYZ | 65.73 | 77.73 | 42.55 | - |
| YUV | 222.28 | 90.03 | 127.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 236 | 155 | 0.06 | 0 | 0.34 | 0.07 | 71.11 | 0.68 | 0.77 |
| Hex | DD | EC | 9B | 6 | 0 | 22 | 7 | 47 | 44 | 4D |
| Octal | 335 | 354 | 233 | 6 | 0 | 42 | 7 | 107 | 104 | 115 |
| Binary | 11011101 | 11101100 | 10011011 | 110 | 0 | 100010 | 111 | 1000111 | 1000100 | 1001101 |
Color Harmonies of #DDEC9B
Complementary color
Monochromatic Colors of #DDEC9B
Black with #DDEC9B
Text Example
Text Example
White with #DDEC9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDEC9B; }
p { color: rgb(221,236,155); }
H1.HeaderClassName
{
color: #DDEC9B;
}
.AnyTagClassName
{
color: #DDEC9B;
}
</style>
background-color css
<style>
a { background-color: #DDEC9B; }
a { background-color: rgb(221,236,155); }
div.DivClassName
{
background-color: #DDEC9B;
}
.BgClassName
{
background-color: #DDEC9B;
}
</style>
border-color css
<style>
span { border-color: #DDEC9B; }
span { border-color: rgb(221,236,155); }
td.TdClassName
{
border-color: #DDEC9B;
}
.TagClassName
{
border-color: #DDEC9B;
}
</style>