Shades of Reef #CFEAB2
Tints of Reef #CFEAB2
RGB
CMYK
RGB Variations
Color information
#CFEAB2 (or 0xCFEAB2) is known color: Reef. HEX triplet: CF, EA and B2. RGB value is (207,234,178). Sum of RGB (Red+Green+Blue) = 207+234+178=619 (81% of max value = 765). Red value is 207 (81.25% from 255 or 33.44% from 619); Green value is 234 (91.80% from 255 or 37.80% from 619); Blue value is 178 (69.92% from 255 or 28.76% from 619); Max value from RGB is 234 - color contains mainly: green. Hex color #CFEAB2 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CFEAB2 is #30154D. Grayscale: #DBDBDB. Windows color (decimal): -3151182 or 11725519. OLE color: 11725519.
HSL color Cylindrical-coordinate representation of color #CFEAB2: hue angle of 88.93º degrees, saturation: 0.57, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #CFEAB2 is Cyan = 0.12, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 207 | 234 | 178 | - |
| CMYK | 0.12 | 0 | 0.24 | 0.08 |
| HSL | 88.93º | 0.57% | 0.81% | - |
| HSV(B) | 88.93º | 0.24% | 0.92% | - |
| XYZ | 63.19 | 75.33 | 53.33 | - |
| YUV | 219.54 | 104.55 | 119.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 234 | 178 | 0.12 | 0 | 0.24 | 0.08 | 88.93 | 0.57 | 0.81 |
| Hex | CF | EA | B2 | C | 0 | 18 | 8 | 59 | 39 | 51 |
| Octal | 317 | 352 | 262 | 14 | 0 | 30 | 10 | 131 | 71 | 121 |
| Binary | 11001111 | 11101010 | 10110010 | 1100 | 0 | 11000 | 1000 | 1011001 | 111001 | 1010001 |
Color Harmonies of #CFEAB2
Complementary color
Monochromatic Colors of #CFEAB2
Black with #CFEAB2
Text Example
Text Example
White with #CFEAB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFEAB2; }
p { color: rgb(207,234,178); }
H1.HeaderClassName
{
color: #CFEAB2;
}
.AnyTagClassName
{
color: #CFEAB2;
}
</style>
background-color css
<style>
a { background-color: #CFEAB2; }
a { background-color: rgb(207,234,178); }
div.DivClassName
{
background-color: #CFEAB2;
}
.BgClassName
{
background-color: #CFEAB2;
}
</style>
border-color css
<style>
span { border-color: #CFEAB2; }
span { border-color: rgb(207,234,178); }
td.TdClassName
{
border-color: #CFEAB2;
}
.TagClassName
{
border-color: #CFEAB2;
}
</style>