Shades of Reef #D2EFA5
Tints of Reef #D2EFA5
RGB
CMYK
RGB Variations
Color information
#D2EFA5 (or 0xD2EFA5) is known color: Reef. HEX triplet: D2, EF and A5. RGB value is (210,239,165). Sum of RGB (Red+Green+Blue) = 210+239+165=614 (81% of max value = 765). Red value is 210 (82.42% from 255 or 34.20% from 614); Green value is 239 (93.75% from 255 or 38.93% from 614); Blue value is 165 (64.84% from 255 or 26.87% from 614); Max value from RGB is 239 - color contains mainly: green. Hex color #D2EFA5 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D2EFA5 is #2D105A. Grayscale: #DEDEDE. Windows color (decimal): -2953307 or 10874834. OLE color: 10874834.
HSL color Cylindrical-coordinate representation of color #D2EFA5: hue angle of 83.51º degrees, saturation: 0.7, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #D2EFA5 is Cyan = 0.12, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 210 | 239 | 165 | - |
| CMYK | 0.12 | 0 | 0.31 | 0.06 |
| HSL | 83.51º | 0.7% | 0.79% | - |
| HSV(B) | 83.51º | 0.31% | 0.94% | - |
| XYZ | 64.24 | 78.15 | 47.3 | - |
| YUV | 221.89 | 95.89 | 119.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 239 | 165 | 0.12 | 0 | 0.31 | 0.06 | 83.51 | 0.7 | 0.79 |
| Hex | D2 | EF | A5 | C | 0 | 1F | 6 | 54 | 46 | 4F |
| Octal | 322 | 357 | 245 | 14 | 0 | 37 | 6 | 124 | 106 | 117 |
| Binary | 11010010 | 11101111 | 10100101 | 1100 | 0 | 11111 | 110 | 1010100 | 1000110 | 1001111 |
Color Harmonies of #D2EFA5
Complementary color
Monochromatic Colors of #D2EFA5
Black with #D2EFA5
Text Example
Text Example
White with #D2EFA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2EFA5; }
p { color: rgb(210,239,165); }
H1.HeaderClassName
{
color: #D2EFA5;
}
.AnyTagClassName
{
color: #D2EFA5;
}
</style>
background-color css
<style>
a { background-color: #D2EFA5; }
a { background-color: rgb(210,239,165); }
div.DivClassName
{
background-color: #D2EFA5;
}
.BgClassName
{
background-color: #D2EFA5;
}
</style>
border-color css
<style>
span { border-color: #D2EFA5; }
span { border-color: rgb(210,239,165); }
td.TdClassName
{
border-color: #D2EFA5;
}
.TagClassName
{
border-color: #D2EFA5;
}
</style>