Shades of Reef #CFE5AB
Tints of Reef #CFE5AB
RGB
CMYK
RGB Variations
Color information
#CFE5AB (or 0xCFE5AB) is known color: Reef. HEX triplet: CF, E5 and AB. RGB value is (207,229,171). Sum of RGB (Red+Green+Blue) = 207+229+171=607 (80% of max value = 765). Red value is 207 (81.25% from 255 or 34.10% from 607); Green value is 229 (89.84% from 255 or 37.73% from 607); Blue value is 171 (67.19% from 255 or 28.17% from 607); Max value from RGB is 229 - color contains mainly: green. Hex color #CFE5AB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFE5AB is #301A54. Grayscale: #D8D8D8. Windows color (decimal): -3152469 or 11265487. OLE color: 11265487.
HSL color Cylindrical-coordinate representation of color #CFE5AB: hue angle of 82.76º degrees, saturation: 0.53, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #CFE5AB is Cyan = 0.10, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 207 | 229 | 171 | - |
| CMYK | 0.10 | 0 | 0.25 | 0.10 |
| HSL | 82.76º | 0.53% | 0.78% | - |
| HSV(B) | 82.76º | 0.25% | 0.9% | - |
| XYZ | 61.1 | 72.24 | 49.25 | - |
| YUV | 215.81 | 102.71 | 121.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 229 | 171 | 0.10 | 0 | 0.25 | 0.10 | 82.76 | 0.53 | 0.78 |
| Hex | CF | E5 | AB | A | 0 | 19 | A | 53 | 35 | 4E |
| Octal | 317 | 345 | 253 | 12 | 0 | 31 | 12 | 123 | 65 | 116 |
| Binary | 11001111 | 11100101 | 10101011 | 1010 | 0 | 11001 | 1010 | 1010011 | 110101 | 1001110 |
Color Harmonies of #CFE5AB
Complementary color
Monochromatic Colors of #CFE5AB
Black with #CFE5AB
Text Example
Text Example
White with #CFE5AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFE5AB; }
p { color: rgb(207,229,171); }
H1.HeaderClassName
{
color: #CFE5AB;
}
.AnyTagClassName
{
color: #CFE5AB;
}
</style>
background-color css
<style>
a { background-color: #CFE5AB; }
a { background-color: rgb(207,229,171); }
div.DivClassName
{
background-color: #CFE5AB;
}
.BgClassName
{
background-color: #CFE5AB;
}
</style>
border-color css
<style>
span { border-color: #CFE5AB; }
span { border-color: rgb(207,229,171); }
td.TdClassName
{
border-color: #CFE5AB;
}
.TagClassName
{
border-color: #CFE5AB;
}
</style>