Shades of Reef #CFEFA1
Tints of Reef #CFEFA1
RGB
CMYK
RGB Variations
Color information
#CFEFA1 (or 0xCFEFA1) is known color: Reef. HEX triplet: CF, EF and A1. RGB value is (207,239,161). Sum of RGB (Red+Green+Blue) = 207+239+161=607 (80% of max value = 765). Red value is 207 (81.25% from 255 or 34.10% from 607); Green value is 239 (93.75% from 255 or 39.37% from 607); Blue value is 161 (63.28% from 255 or 26.52% from 607); Max value from RGB is 239 - color contains mainly: green. Hex color #CFEFA1 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CFEFA1 is #30105E. Grayscale: #DCDCDC. Windows color (decimal): -3149919 or 10612687. OLE color: 10612687.
HSL color Cylindrical-coordinate representation of color #CFEFA1: hue angle of 84.62º degrees, saturation: 0.71, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #CFEFA1 is Cyan = 0.13, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 207 | 239 | 161 | - |
| CMYK | 0.13 | 0 | 0.33 | 0.06 |
| HSL | 84.62º | 0.71% | 0.78% | - |
| HSV(B) | 84.62º | 0.33% | 0.94% | - |
| XYZ | 63.03 | 77.57 | 45.37 | - |
| YUV | 220.54 | 94.4 | 118.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 239 | 161 | 0.13 | 0 | 0.33 | 0.06 | 84.62 | 0.71 | 0.78 |
| Hex | CF | EF | A1 | D | 0 | 21 | 6 | 55 | 47 | 4E |
| Octal | 317 | 357 | 241 | 15 | 0 | 41 | 6 | 125 | 107 | 116 |
| Binary | 11001111 | 11101111 | 10100001 | 1101 | 0 | 100001 | 110 | 1010101 | 1000111 | 1001110 |
Color Harmonies of #CFEFA1
Complementary color
Monochromatic Colors of #CFEFA1
Black with #CFEFA1
Text Example
Text Example
White with #CFEFA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFEFA1; }
p { color: rgb(207,239,161); }
H1.HeaderClassName
{
color: #CFEFA1;
}
.AnyTagClassName
{
color: #CFEFA1;
}
</style>
background-color css
<style>
a { background-color: #CFEFA1; }
a { background-color: rgb(207,239,161); }
div.DivClassName
{
background-color: #CFEFA1;
}
.BgClassName
{
background-color: #CFEFA1;
}
</style>
border-color css
<style>
span { border-color: #CFEFA1; }
span { border-color: rgb(207,239,161); }
td.TdClassName
{
border-color: #CFEFA1;
}
.TagClassName
{
border-color: #CFEFA1;
}
</style>