Shades of Reef #CFEAA3
Tints of Reef #CFEAA3
RGB
CMYK
RGB Variations
Color information
#CFEAA3 (or 0xCFEAA3) is known color: Reef. HEX triplet: CF, EA and A3. RGB value is (207,234,163). Sum of RGB (Red+Green+Blue) = 207+234+163=604 (80% of max value = 765). Red value is 207 (81.25% from 255 or 34.27% from 604); Green value is 234 (91.80% from 255 or 38.74% from 604); Blue value is 163 (64.06% from 255 or 26.99% from 604); Max value from RGB is 234 - color contains mainly: green. Hex color #CFEAA3 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CFEAA3 is #30155C. Grayscale: #DADADA. Windows color (decimal): -3151197 or 10742479. OLE color: 10742479.
HSL color Cylindrical-coordinate representation of color #CFEAA3: hue angle of 82.82º degrees, saturation: 0.63, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CFEAA3 is Cyan = 0.12, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 207 | 234 | 163 | - |
| CMYK | 0.12 | 0 | 0.30 | 0.08 |
| HSL | 82.82º | 0.63% | 0.78% | - |
| HSV(B) | 82.82º | 0.3% | 0.92% | - |
| XYZ | 61.77 | 74.76 | 45.82 | - |
| YUV | 217.83 | 97.05 | 120.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 234 | 163 | 0.12 | 0 | 0.30 | 0.08 | 82.82 | 0.63 | 0.78 |
| Hex | CF | EA | A3 | C | 0 | 1E | 8 | 53 | 3F | 4E |
| Octal | 317 | 352 | 243 | 14 | 0 | 36 | 10 | 123 | 77 | 116 |
| Binary | 11001111 | 11101010 | 10100011 | 1100 | 0 | 11110 | 1000 | 1010011 | 111111 | 1001110 |
Color Harmonies of #CFEAA3
Complementary color
Monochromatic Colors of #CFEAA3
Black with #CFEAA3
Text Example
Text Example
White with #CFEAA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFEAA3; }
p { color: rgb(207,234,163); }
H1.HeaderClassName
{
color: #CFEAA3;
}
.AnyTagClassName
{
color: #CFEAA3;
}
</style>
background-color css
<style>
a { background-color: #CFEAA3; }
a { background-color: rgb(207,234,163); }
div.DivClassName
{
background-color: #CFEAA3;
}
.BgClassName
{
background-color: #CFEAA3;
}
</style>
border-color css
<style>
span { border-color: #CFEAA3; }
span { border-color: rgb(207,234,163); }
td.TdClassName
{
border-color: #CFEAA3;
}
.TagClassName
{
border-color: #CFEAA3;
}
</style>