Shades of Reef #DEEDA3
Tints of Reef #DEEDA3
RGB
CMYK
RGB Variations
Color information
#DEEDA3 (or 0xDEEDA3) is known color: Reef. HEX triplet: DE, ED and A3. RGB value is (222,237,163). Sum of RGB (Red+Green+Blue) = 222+237+163=622 (82% of max value = 765). Red value is 222 (87.11% from 255 or 35.69% from 622); Green value is 237 (92.97% from 255 or 38.10% from 622); Blue value is 163 (64.06% from 255 or 26.21% from 622); Max value from RGB is 237 - color contains mainly: green. Hex color #DEEDA3 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DEEDA3 is #21125C. Grayscale: #E0E0E0. Windows color (decimal): -2167389 or 10743262. OLE color: 10743262.
HSL color Cylindrical-coordinate representation of color #DEEDA3: hue angle of 72.16º degrees, saturation: 0.67, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #DEEDA3 is Cyan = 0.06, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 222 | 237 | 163 | - |
| CMYK | 0.06 | 0 | 0.31 | 0.07 |
| HSL | 72.16º | 0.67% | 0.78% | - |
| HSV(B) | 72.16º | 0.31% | 0.93% | - |
| XYZ | 67.02 | 78.74 | 46.32 | - |
| YUV | 224.08 | 93.53 | 126.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 237 | 163 | 0.06 | 0 | 0.31 | 0.07 | 72.16 | 0.67 | 0.78 |
| Hex | DE | ED | A3 | 6 | 0 | 1F | 7 | 48 | 43 | 4E |
| Octal | 336 | 355 | 243 | 6 | 0 | 37 | 7 | 110 | 103 | 116 |
| Binary | 11011110 | 11101101 | 10100011 | 110 | 0 | 11111 | 111 | 1001000 | 1000011 | 1001110 |
Color Harmonies of #DEEDA3
Complementary color
Monochromatic Colors of #DEEDA3
Black with #DEEDA3
Text Example
Text Example
White with #DEEDA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEEDA3; }
p { color: rgb(222,237,163); }
H1.HeaderClassName
{
color: #DEEDA3;
}
.AnyTagClassName
{
color: #DEEDA3;
}
</style>
background-color css
<style>
a { background-color: #DEEDA3; }
a { background-color: rgb(222,237,163); }
div.DivClassName
{
background-color: #DEEDA3;
}
.BgClassName
{
background-color: #DEEDA3;
}
</style>
border-color css
<style>
span { border-color: #DEEDA3; }
span { border-color: rgb(222,237,163); }
td.TdClassName
{
border-color: #DEEDA3;
}
.TagClassName
{
border-color: #DEEDA3;
}
</style>