Shades of Reef #DDEBA2
Tints of Reef #DDEBA2
RGB
CMYK
RGB Variations
Color information
#DDEBA2 (or 0xDDEBA2) is known color: Reef. HEX triplet: DD, EB and A2. RGB value is (221,235,162). Sum of RGB (Red+Green+Blue) = 221+235+162=618 (81% of max value = 765). Red value is 221 (86.72% from 255 or 35.76% from 618); Green value is 235 (92.19% from 255 or 38.03% from 618); Blue value is 162 (63.67% from 255 or 26.21% from 618); Max value from RGB is 235 - color contains mainly: green. Hex color #DDEBA2 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DDEBA2 is #22145D. Grayscale: #DEDEDE. Windows color (decimal): -2233438 or 10677213. OLE color: 10677213.
HSL color Cylindrical-coordinate representation of color #DDEBA2: hue angle of 71.51º degrees, saturation: 0.65, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #DDEBA2 is Cyan = 0.06, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 221 | 235 | 162 | - |
| CMYK | 0.06 | 0 | 0.31 | 0.08 |
| HSL | 71.51º | 0.65% | 0.78% | - |
| HSV(B) | 71.51º | 0.31% | 0.92% | - |
| XYZ | 66.05 | 77.4 | 45.64 | - |
| YUV | 222.49 | 93.86 | 126.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 235 | 162 | 0.06 | 0 | 0.31 | 0.08 | 71.51 | 0.65 | 0.78 |
| Hex | DD | EB | A2 | 6 | 0 | 1F | 8 | 48 | 41 | 4E |
| Octal | 335 | 353 | 242 | 6 | 0 | 37 | 10 | 110 | 101 | 116 |
| Binary | 11011101 | 11101011 | 10100010 | 110 | 0 | 11111 | 1000 | 1001000 | 1000001 | 1001110 |
Color Harmonies of #DDEBA2
Complementary color
Monochromatic Colors of #DDEBA2
Black with #DDEBA2
Text Example
Text Example
White with #DDEBA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDEBA2; }
p { color: rgb(221,235,162); }
H1.HeaderClassName
{
color: #DDEBA2;
}
.AnyTagClassName
{
color: #DDEBA2;
}
</style>
background-color css
<style>
a { background-color: #DDEBA2; }
a { background-color: rgb(221,235,162); }
div.DivClassName
{
background-color: #DDEBA2;
}
.BgClassName
{
background-color: #DDEBA2;
}
</style>
border-color css
<style>
span { border-color: #DDEBA2; }
span { border-color: rgb(221,235,162); }
td.TdClassName
{
border-color: #DDEBA2;
}
.TagClassName
{
border-color: #DDEBA2;
}
</style>