Shades of Reef #D6EEA5
Tints of Reef #D6EEA5
RGB
CMYK
RGB Variations
Color information
#D6EEA5 (or 0xD6EEA5) is known color: Reef. HEX triplet: D6, EE and A5. RGB value is (214,238,165). Sum of RGB (Red+Green+Blue) = 214+238+165=617 (81% of max value = 765). Red value is 214 (83.98% from 255 or 34.68% from 617); Green value is 238 (93.36% from 255 or 38.57% from 617); Blue value is 165 (64.84% from 255 or 26.74% from 617); Max value from RGB is 238 - color contains mainly: green. Hex color #D6EEA5 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D6EEA5 is #29115A. Grayscale: #DEDEDE. Windows color (decimal): -2691419 or 10874582. OLE color: 10874582.
HSL color Cylindrical-coordinate representation of color #D6EEA5: hue angle of 79.73º degrees, saturation: 0.68, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #D6EEA5 is Cyan = 0.10, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 214 | 238 | 165 | - |
| CMYK | 0.10 | 0 | 0.31 | 0.07 |
| HSL | 79.73º | 0.68% | 0.79% | - |
| HSV(B) | 79.73º | 0.31% | 0.93% | - |
| XYZ | 65.1 | 78.16 | 47.25 | - |
| YUV | 222.5 | 95.55 | 121.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 238 | 165 | 0.10 | 0 | 0.31 | 0.07 | 79.73 | 0.68 | 0.79 |
| Hex | D6 | EE | A5 | A | 0 | 1F | 7 | 50 | 44 | 4F |
| Octal | 326 | 356 | 245 | 12 | 0 | 37 | 7 | 120 | 104 | 117 |
| Binary | 11010110 | 11101110 | 10100101 | 1010 | 0 | 11111 | 111 | 1010000 | 1000100 | 1001111 |
Color Harmonies of #D6EEA5
Complementary color
Monochromatic Colors of #D6EEA5
Black with #D6EEA5
Text Example
Text Example
White with #D6EEA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6EEA5; }
p { color: rgb(214,238,165); }
H1.HeaderClassName
{
color: #D6EEA5;
}
.AnyTagClassName
{
color: #D6EEA5;
}
</style>
background-color css
<style>
a { background-color: #D6EEA5; }
a { background-color: rgb(214,238,165); }
div.DivClassName
{
background-color: #D6EEA5;
}
.BgClassName
{
background-color: #D6EEA5;
}
</style>
border-color css
<style>
span { border-color: #D6EEA5; }
span { border-color: rgb(214,238,165); }
td.TdClassName
{
border-color: #D6EEA5;
}
.TagClassName
{
border-color: #D6EEA5;
}
</style>