Shades of Reef #DDEEA1
Tints of Reef #DDEEA1
RGB
CMYK
RGB Variations
Color information
#DDEEA1 (or 0xDDEEA1) is known color: Reef. HEX triplet: DD, EE and A1. RGB value is (221,238,161). Sum of RGB (Red+Green+Blue) = 221+238+161=620 (82% of max value = 765). Red value is 221 (86.72% from 255 or 35.65% from 620); Green value is 238 (93.36% from 255 or 38.39% from 620); Blue value is 161 (63.28% from 255 or 25.97% from 620); Max value from RGB is 238 - color contains mainly: green. Hex color #DDEEA1 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DDEEA1 is #22115E. Grayscale: #E0E0E0. Windows color (decimal): -2232671 or 10612445. OLE color: 10612445.
HSL color Cylindrical-coordinate representation of color #DDEEA1: hue angle of 73.25º degrees, saturation: 0.69, 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 #DDEEA1 is Cyan = 0.07, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 221 | 238 | 161 | - |
| CMYK | 0.07 | 0 | 0.32 | 0.07 |
| HSL | 73.25º | 0.69% | 0.78% | - |
| HSV(B) | 73.25º | 0.32% | 0.93% | - |
| XYZ | 66.83 | 79.09 | 45.46 | - |
| YUV | 224.14 | 92.37 | 125.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 238 | 161 | 0.07 | 0 | 0.32 | 0.07 | 73.25 | 0.69 | 0.78 |
| Hex | DD | EE | A1 | 7 | 0 | 20 | 7 | 49 | 45 | 4E |
| Octal | 335 | 356 | 241 | 7 | 0 | 40 | 7 | 111 | 105 | 116 |
| Binary | 11011101 | 11101110 | 10100001 | 111 | 0 | 100000 | 111 | 1001001 | 1000101 | 1001110 |
Color Harmonies of #DDEEA1
Complementary color
Monochromatic Colors of #DDEEA1
Black with #DDEEA1
Text Example
Text Example
White with #DDEEA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDEEA1; }
p { color: rgb(221,238,161); }
H1.HeaderClassName
{
color: #DDEEA1;
}
.AnyTagClassName
{
color: #DDEEA1;
}
</style>
background-color css
<style>
a { background-color: #DDEEA1; }
a { background-color: rgb(221,238,161); }
div.DivClassName
{
background-color: #DDEEA1;
}
.BgClassName
{
background-color: #DDEEA1;
}
</style>
border-color css
<style>
span { border-color: #DDEEA1; }
span { border-color: rgb(221,238,161); }
td.TdClassName
{
border-color: #DDEEA1;
}
.TagClassName
{
border-color: #DDEEA1;
}
</style>