Shades of Reef #D6E690
Tints of Reef #D6E690
RGB
CMYK
RGB Variations
Color information
#D6E690 (or 0xD6E690) is known color: Reef. HEX triplet: D6, E6 and 90. RGB value is (214,230,144). Sum of RGB (Red+Green+Blue) = 214+230+144=588 (77% of max value = 765). Red value is 214 (83.98% from 255 or 36.39% from 588); Green value is 230 (90.23% from 255 or 39.12% from 588); Blue value is 144 (56.64% from 255 or 24.49% from 588); Max value from RGB is 230 - color contains mainly: green. Hex color #D6E690 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D6E690 is #29196F. Grayscale: #D7D7D7. Windows color (decimal): -2693488 or 9496278. OLE color: 9496278.
HSL color Cylindrical-coordinate representation of color #D6E690: hue angle of 71.16º degrees, saturation: 0.63, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #D6E690 is Cyan = 0.07, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 214 | 230 | 144 | - |
| CMYK | 0.07 | 0 | 0.37 | 0.10 |
| HSL | 71.16º | 0.63% | 0.73% | - |
| HSV(B) | 71.16º | 0.37% | 0.9% | - |
| XYZ | 61.06 | 72.9 | 37.24 | - |
| YUV | 215.41 | 87.7 | 126.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 230 | 144 | 0.07 | 0 | 0.37 | 0.10 | 71.16 | 0.63 | 0.73 |
| Hex | D6 | E6 | 90 | 7 | 0 | 25 | A | 47 | 3F | 49 |
| Octal | 326 | 346 | 220 | 7 | 0 | 45 | 12 | 107 | 77 | 111 |
| Binary | 11010110 | 11100110 | 10010000 | 111 | 0 | 100101 | 1010 | 1000111 | 111111 | 1001001 |
Color Harmonies of #D6E690
Complementary color
Monochromatic Colors of #D6E690
Black with #D6E690
Text Example
Text Example
White with #D6E690
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6E690; }
p { color: rgb(214,230,144); }
H1.HeaderClassName
{
color: #D6E690;
}
.AnyTagClassName
{
color: #D6E690;
}
</style>
background-color css
<style>
a { background-color: #D6E690; }
a { background-color: rgb(214,230,144); }
div.DivClassName
{
background-color: #D6E690;
}
.BgClassName
{
background-color: #D6E690;
}
</style>
border-color css
<style>
span { border-color: #D6E690; }
span { border-color: rgb(214,230,144); }
td.TdClassName
{
border-color: #D6E690;
}
.TagClassName
{
border-color: #D6E690;
}
</style>