Shades of Reef #DEEDA5
Tints of Reef #DEEDA5
RGB
CMYK
RGB Variations
Color information
#DEEDA5 (or 0xDEEDA5) is known color: Reef. HEX triplet: DE, ED and A5. RGB value is (222,237,165). Sum of RGB (Red+Green+Blue) = 222+237+165=624 (82% of max value = 765). Red value is 222 (87.11% from 255 or 35.58% from 624); Green value is 237 (92.97% from 255 or 37.98% from 624); Blue value is 165 (64.84% from 255 or 26.44% from 624); Max value from RGB is 237 - color contains mainly: green. Hex color #DEEDA5 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DEEDA5 is #21125A. Grayscale: #E0E0E0. Windows color (decimal): -2167387 or 10874334. OLE color: 10874334.
HSL color Cylindrical-coordinate representation of color #DEEDA5: hue angle of 72.5º degrees, saturation: 0.67, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DEEDA5 is Cyan = 0.06, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 222 | 237 | 165 | - |
| CMYK | 0.06 | 0 | 0.30 | 0.07 |
| HSL | 72.5º | 0.67% | 0.79% | - |
| HSV(B) | 72.5º | 0.3% | 0.93% | - |
| XYZ | 67.2 | 78.81 | 47.27 | - |
| YUV | 224.31 | 94.53 | 126.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 237 | 165 | 0.06 | 0 | 0.30 | 0.07 | 72.5 | 0.67 | 0.79 |
| Hex | DE | ED | A5 | 6 | 0 | 1E | 7 | 48 | 43 | 4F |
| Octal | 336 | 355 | 245 | 6 | 0 | 36 | 7 | 110 | 103 | 117 |
| Binary | 11011110 | 11101101 | 10100101 | 110 | 0 | 11110 | 111 | 1001000 | 1000011 | 1001111 |
Color Harmonies of #DEEDA5
Complementary color
Monochromatic Colors of #DEEDA5
Black with #DEEDA5
Text Example
Text Example
White with #DEEDA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEEDA5; }
p { color: rgb(222,237,165); }
H1.HeaderClassName
{
color: #DEEDA5;
}
.AnyTagClassName
{
color: #DEEDA5;
}
</style>
background-color css
<style>
a { background-color: #DEEDA5; }
a { background-color: rgb(222,237,165); }
div.DivClassName
{
background-color: #DEEDA5;
}
.BgClassName
{
background-color: #DEEDA5;
}
</style>
border-color css
<style>
span { border-color: #DEEDA5; }
span { border-color: rgb(222,237,165); }
td.TdClassName
{
border-color: #DEEDA5;
}
.TagClassName
{
border-color: #DEEDA5;
}
</style>