Shades of Reef #DDECA1
Tints of Reef #DDECA1
RGB
CMYK
RGB Variations
Color information
#DDECA1 (or 0xDDECA1) is known color: Reef. HEX triplet: DD, EC and A1. RGB value is (221,236,161). Sum of RGB (Red+Green+Blue) = 221+236+161=618 (81% of max value = 765). Red value is 221 (86.72% from 255 or 35.76% from 618); Green value is 236 (92.58% from 255 or 38.19% from 618); Blue value is 161 (63.28% from 255 or 26.05% from 618); Max value from RGB is 236 - color contains mainly: green. Hex color #DDECA1 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DDECA1 is #22135E. Grayscale: #DFDFDF. Windows color (decimal): -2233183 or 10611933. OLE color: 10611933.
HSL color Cylindrical-coordinate representation of color #DDECA1: hue angle of 72º degrees, saturation: 0.66, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #DDECA1 is Cyan = 0.06, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 221 | 236 | 161 | - |
| CMYK | 0.06 | 0 | 0.32 | 0.07 |
| HSL | 72º | 0.66% | 0.78% | - |
| HSV(B) | 72º | 0.32% | 0.93% | - |
| XYZ | 66.25 | 77.94 | 45.27 | - |
| YUV | 222.97 | 93.03 | 126.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 236 | 161 | 0.06 | 0 | 0.32 | 0.07 | 72 | 0.66 | 0.78 |
| Hex | DD | EC | A1 | 6 | 0 | 20 | 7 | 48 | 42 | 4E |
| Octal | 335 | 354 | 241 | 6 | 0 | 40 | 7 | 110 | 102 | 116 |
| Binary | 11011101 | 11101100 | 10100001 | 110 | 0 | 100000 | 111 | 1001000 | 1000010 | 1001110 |
Color Harmonies of #DDECA1
Complementary color
Monochromatic Colors of #DDECA1
Black with #DDECA1
Text Example
Text Example
White with #DDECA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDECA1; }
p { color: rgb(221,236,161); }
H1.HeaderClassName
{
color: #DDECA1;
}
.AnyTagClassName
{
color: #DDECA1;
}
</style>
background-color css
<style>
a { background-color: #DDECA1; }
a { background-color: rgb(221,236,161); }
div.DivClassName
{
background-color: #DDECA1;
}
.BgClassName
{
background-color: #DDECA1;
}
</style>
border-color css
<style>
span { border-color: #DDECA1; }
span { border-color: rgb(221,236,161); }
td.TdClassName
{
border-color: #DDECA1;
}
.TagClassName
{
border-color: #DDECA1;
}
</style>