Shades of Reef #D9ED93
Tints of Reef #D9ED93
RGB
CMYK
RGB Variations
Color information
#D9ED93 (or 0xD9ED93) is known color: Reef. HEX triplet: D9, ED and 93. RGB value is (217,237,147). Sum of RGB (Red+Green+Blue) = 217+237+147=601 (79% of max value = 765). Red value is 217 (85.16% from 255 or 36.11% from 601); Green value is 237 (92.97% from 255 or 39.43% from 601); Blue value is 147 (57.81% from 255 or 24.46% from 601); Max value from RGB is 237 - color contains mainly: green. Hex color #D9ED93 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D9ED93 is #26126C. Grayscale: #DDDDDD. Windows color (decimal): -2495085 or 9694681. OLE color: 9694681.
HSL color Cylindrical-coordinate representation of color #D9ED93: hue angle of 73.33º degrees, saturation: 0.71, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D9ED93 is Cyan = 0.08, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 217 | 237 | 147 | - |
| CMYK | 0.08 | 0 | 0.38 | 0.07 |
| HSL | 73.33º | 0.71% | 0.75% | - |
| HSV(B) | 73.33º | 0.38% | 0.93% | - |
| XYZ | 64.17 | 77.43 | 39.17 | - |
| YUV | 220.76 | 86.37 | 125.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 237 | 147 | 0.08 | 0 | 0.38 | 0.07 | 73.33 | 0.71 | 0.75 |
| Hex | D9 | ED | 93 | 8 | 0 | 26 | 7 | 49 | 47 | 4B |
| Octal | 331 | 355 | 223 | 10 | 0 | 46 | 7 | 111 | 107 | 113 |
| Binary | 11011001 | 11101101 | 10010011 | 1000 | 0 | 100110 | 111 | 1001001 | 1000111 | 1001011 |
Color Harmonies of #D9ED93
Complementary color
Monochromatic Colors of #D9ED93
Black with #D9ED93
Text Example
Text Example
White with #D9ED93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9ED93; }
p { color: rgb(217,237,147); }
H1.HeaderClassName
{
color: #D9ED93;
}
.AnyTagClassName
{
color: #D9ED93;
}
</style>
background-color css
<style>
a { background-color: #D9ED93; }
a { background-color: rgb(217,237,147); }
div.DivClassName
{
background-color: #D9ED93;
}
.BgClassName
{
background-color: #D9ED93;
}
</style>
border-color css
<style>
span { border-color: #D9ED93; }
span { border-color: rgb(217,237,147); }
td.TdClassName
{
border-color: #D9ED93;
}
.TagClassName
{
border-color: #D9ED93;
}
</style>