Shades of Reef #D5EFAB
Tints of Reef #D5EFAB
RGB
CMYK
RGB Variations
Color information
#D5EFAB (or 0xD5EFAB) is known color: Reef. HEX triplet: D5, EF and AB. RGB value is (213,239,171). Sum of RGB (Red+Green+Blue) = 213+239+171=623 (82% of max value = 765). Red value is 213 (83.59% from 255 or 34.19% from 623); Green value is 239 (93.75% from 255 or 38.36% from 623); Blue value is 171 (67.19% from 255 or 27.45% from 623); Max value from RGB is 239 - color contains mainly: green. Hex color #D5EFAB is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D5EFAB is #2A1054. Grayscale: #DFDFDF. Windows color (decimal): -2756693 or 11268053. OLE color: 11268053.
HSL color Cylindrical-coordinate representation of color #D5EFAB: hue angle of 82.94º degrees, saturation: 0.68, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #D5EFAB is Cyan = 0.11, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 213 | 239 | 171 | - |
| CMYK | 0.11 | 0 | 0.28 | 0.06 |
| HSL | 82.94º | 0.68% | 0.8% | - |
| HSV(B) | 82.94º | 0.28% | 0.94% | - |
| XYZ | 65.66 | 78.82 | 50.28 | - |
| YUV | 223.47 | 98.39 | 120.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 239 | 171 | 0.11 | 0 | 0.28 | 0.06 | 82.94 | 0.68 | 0.8 |
| Hex | D5 | EF | AB | B | 0 | 1C | 6 | 53 | 44 | 50 |
| Octal | 325 | 357 | 253 | 13 | 0 | 34 | 6 | 123 | 104 | 120 |
| Binary | 11010101 | 11101111 | 10101011 | 1011 | 0 | 11100 | 110 | 1010011 | 1000100 | 1010000 |
Color Harmonies of #D5EFAB
Complementary color
Monochromatic Colors of #D5EFAB
Black with #D5EFAB
Text Example
Text Example
White with #D5EFAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5EFAB; }
p { color: rgb(213,239,171); }
H1.HeaderClassName
{
color: #D5EFAB;
}
.AnyTagClassName
{
color: #D5EFAB;
}
</style>
background-color css
<style>
a { background-color: #D5EFAB; }
a { background-color: rgb(213,239,171); }
div.DivClassName
{
background-color: #D5EFAB;
}
.BgClassName
{
background-color: #D5EFAB;
}
</style>
border-color css
<style>
span { border-color: #D5EFAB; }
span { border-color: rgb(213,239,171); }
td.TdClassName
{
border-color: #D5EFAB;
}
.TagClassName
{
border-color: #D5EFAB;
}
</style>