Shades of Reef #D5EFB0
Tints of Reef #D5EFB0
RGB
CMYK
RGB Variations
Color information
#D5EFB0 (or 0xD5EFB0) is known color: Reef. HEX triplet: D5, EF and B0. RGB value is (213,239,176). Sum of RGB (Red+Green+Blue) = 213+239+176=628 (83% of max value = 765). Red value is 213 (83.59% from 255 or 33.92% from 628); Green value is 239 (93.75% from 255 or 38.06% from 628); Blue value is 176 (69.14% from 255 or 28.03% from 628); Max value from RGB is 239 - color contains mainly: green. Hex color #D5EFB0 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D5EFB0 is #2A104F. Grayscale: #E0E0E0. Windows color (decimal): -2756688 or 11595733. OLE color: 11595733.
HSL color Cylindrical-coordinate representation of color #D5EFB0: hue angle of 84.76º degrees, saturation: 0.66, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #D5EFB0 is Cyan = 0.11, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 213 | 239 | 176 | - |
| CMYK | 0.11 | 0 | 0.26 | 0.06 |
| HSL | 84.76º | 0.66% | 0.81% | - |
| HSV(B) | 84.76º | 0.26% | 0.94% | - |
| XYZ | 66.14 | 79.01 | 52.84 | - |
| YUV | 224.04 | 100.89 | 120.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 239 | 176 | 0.11 | 0 | 0.26 | 0.06 | 84.76 | 0.66 | 0.81 |
| Hex | D5 | EF | B0 | B | 0 | 1A | 6 | 55 | 42 | 51 |
| Octal | 325 | 357 | 260 | 13 | 0 | 32 | 6 | 125 | 102 | 121 |
| Binary | 11010101 | 11101111 | 10110000 | 1011 | 0 | 11010 | 110 | 1010101 | 1000010 | 1010001 |
Color Harmonies of #D5EFB0
Complementary color
Monochromatic Colors of #D5EFB0
Black with #D5EFB0
Text Example
Text Example
White with #D5EFB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5EFB0; }
p { color: rgb(213,239,176); }
H1.HeaderClassName
{
color: #D5EFB0;
}
.AnyTagClassName
{
color: #D5EFB0;
}
</style>
background-color css
<style>
a { background-color: #D5EFB0; }
a { background-color: rgb(213,239,176); }
div.DivClassName
{
background-color: #D5EFB0;
}
.BgClassName
{
background-color: #D5EFB0;
}
</style>
border-color css
<style>
span { border-color: #D5EFB0; }
span { border-color: rgb(213,239,176); }
td.TdClassName
{
border-color: #D5EFB0;
}
.TagClassName
{
border-color: #D5EFB0;
}
</style>