Shades of Reef #DEEDA6
Tints of Reef #DEEDA6
RGB
CMYK
RGB Variations
Color information
#DEEDA6 (or 0xDEEDA6) is known color: Reef. HEX triplet: DE, ED and A6. RGB value is (222,237,166). Sum of RGB (Red+Green+Blue) = 222+237+166=625 (82% of max value = 765). Red value is 222 (87.11% from 255 or 35.52% from 625); Green value is 237 (92.97% from 255 or 37.92% from 625); Blue value is 166 (65.23% from 255 or 26.56% from 625); Max value from RGB is 237 - color contains mainly: green. Hex color #DEEDA6 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DEEDA6 is #211259. Grayscale: #E0E0E0. Windows color (decimal): -2167386 or 10939870. OLE color: 10939870.
HSL color Cylindrical-coordinate representation of color #DEEDA6: hue angle of 72.68º degrees, saturation: 0.66, 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 #DEEDA6 is Cyan = 0.06, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 222 | 237 | 166 | - |
| CMYK | 0.06 | 0 | 0.30 | 0.07 |
| HSL | 72.68º | 0.66% | 0.79% | - |
| HSV(B) | 72.68º | 0.3% | 0.93% | - |
| XYZ | 67.29 | 78.85 | 47.75 | - |
| YUV | 224.42 | 95.03 | 126.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 237 | 166 | 0.06 | 0 | 0.30 | 0.07 | 72.68 | 0.66 | 0.79 |
| Hex | DE | ED | A6 | 6 | 0 | 1E | 7 | 49 | 42 | 4F |
| Octal | 336 | 355 | 246 | 6 | 0 | 36 | 7 | 111 | 102 | 117 |
| Binary | 11011110 | 11101101 | 10100110 | 110 | 0 | 11110 | 111 | 1001001 | 1000010 | 1001111 |
Color Harmonies of #DEEDA6
Complementary color
Monochromatic Colors of #DEEDA6
Black with #DEEDA6
Text Example
Text Example
White with #DEEDA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEEDA6; }
p { color: rgb(222,237,166); }
H1.HeaderClassName
{
color: #DEEDA6;
}
.AnyTagClassName
{
color: #DEEDA6;
}
</style>
background-color css
<style>
a { background-color: #DEEDA6; }
a { background-color: rgb(222,237,166); }
div.DivClassName
{
background-color: #DEEDA6;
}
.BgClassName
{
background-color: #DEEDA6;
}
</style>
border-color css
<style>
span { border-color: #DEEDA6; }
span { border-color: rgb(222,237,166); }
td.TdClassName
{
border-color: #DEEDA6;
}
.TagClassName
{
border-color: #DEEDA6;
}
</style>