Shades of Reef #D5EEA5
Tints of Reef #D5EEA5
RGB
CMYK
RGB Variations
Color information
#D5EEA5 (or 0xD5EEA5) is known color: Reef. HEX triplet: D5, EE and A5. RGB value is (213,238,165). Sum of RGB (Red+Green+Blue) = 213+238+165=616 (81% of max value = 765). Red value is 213 (83.59% from 255 or 34.58% from 616); Green value is 238 (93.36% from 255 or 38.64% from 616); Blue value is 165 (64.84% from 255 or 26.79% from 616); Max value from RGB is 238 - color contains mainly: green. Hex color #D5EEA5 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D5EEA5 is #2A115A. Grayscale: #DEDEDE. Windows color (decimal): -2756955 or 10874581. OLE color: 10874581.
HSL color Cylindrical-coordinate representation of color #D5EEA5: hue angle of 80.55º 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 #D5EEA5 is Cyan = 0.11, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 213 | 238 | 165 | - |
| CMYK | 0.11 | 0 | 0.31 | 0.07 |
| HSL | 80.55º | 0.68% | 0.79% | - |
| HSV(B) | 80.55º | 0.31% | 0.93% | - |
| XYZ | 64.81 | 78.01 | 47.24 | - |
| YUV | 222.2 | 95.72 | 121.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 238 | 165 | 0.11 | 0 | 0.31 | 0.07 | 80.55 | 0.68 | 0.79 |
| Hex | D5 | EE | A5 | B | 0 | 1F | 7 | 51 | 44 | 4F |
| Octal | 325 | 356 | 245 | 13 | 0 | 37 | 7 | 121 | 104 | 117 |
| Binary | 11010101 | 11101110 | 10100101 | 1011 | 0 | 11111 | 111 | 1010001 | 1000100 | 1001111 |
Color Harmonies of #D5EEA5
Complementary color
Monochromatic Colors of #D5EEA5
Black with #D5EEA5
Text Example
Text Example
White with #D5EEA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5EEA5; }
p { color: rgb(213,238,165); }
H1.HeaderClassName
{
color: #D5EEA5;
}
.AnyTagClassName
{
color: #D5EEA5;
}
</style>
background-color css
<style>
a { background-color: #D5EEA5; }
a { background-color: rgb(213,238,165); }
div.DivClassName
{
background-color: #D5EEA5;
}
.BgClassName
{
background-color: #D5EEA5;
}
</style>
border-color css
<style>
span { border-color: #D5EEA5; }
span { border-color: rgb(213,238,165); }
td.TdClassName
{
border-color: #D5EEA5;
}
.TagClassName
{
border-color: #D5EEA5;
}
</style>