Shades of Reef #CFEDA2
Tints of Reef #CFEDA2
RGB
CMYK
RGB Variations
Color information
#CFEDA2 (or 0xCFEDA2) is known color: Reef. HEX triplet: CF, ED and A2. RGB value is (207,237,162). Sum of RGB (Red+Green+Blue) = 207+237+162=606 (80% of max value = 765). Red value is 207 (81.25% from 255 or 34.16% from 606); Green value is 237 (92.97% from 255 or 39.11% from 606); Blue value is 162 (63.67% from 255 or 26.73% from 606); Max value from RGB is 237 - color contains mainly: green. Hex color #CFEDA2 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CFEDA2 is #30125D. Grayscale: #DBDBDB. Windows color (decimal): -3150430 or 10677711. OLE color: 10677711.
HSL color Cylindrical-coordinate representation of color #CFEDA2: hue angle of 84º degrees, saturation: 0.68, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #CFEDA2 is Cyan = 0.13, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 207 | 237 | 162 | - |
| CMYK | 0.13 | 0 | 0.32 | 0.07 |
| HSL | 84º | 0.68% | 0.78% | - |
| HSV(B) | 84º | 0.32% | 0.93% | - |
| XYZ | 62.54 | 76.44 | 45.64 | - |
| YUV | 219.48 | 95.56 | 119.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 237 | 162 | 0.13 | 0 | 0.32 | 0.07 | 84 | 0.68 | 0.78 |
| Hex | CF | ED | A2 | D | 0 | 20 | 7 | 54 | 44 | 4E |
| Octal | 317 | 355 | 242 | 15 | 0 | 40 | 7 | 124 | 104 | 116 |
| Binary | 11001111 | 11101101 | 10100010 | 1101 | 0 | 100000 | 111 | 1010100 | 1000100 | 1001110 |
Color Harmonies of #CFEDA2
Complementary color
Monochromatic Colors of #CFEDA2
Black with #CFEDA2
Text Example
Text Example
White with #CFEDA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFEDA2; }
p { color: rgb(207,237,162); }
H1.HeaderClassName
{
color: #CFEDA2;
}
.AnyTagClassName
{
color: #CFEDA2;
}
</style>
background-color css
<style>
a { background-color: #CFEDA2; }
a { background-color: rgb(207,237,162); }
div.DivClassName
{
background-color: #CFEDA2;
}
.BgClassName
{
background-color: #CFEDA2;
}
</style>
border-color css
<style>
span { border-color: #CFEDA2; }
span { border-color: rgb(207,237,162); }
td.TdClassName
{
border-color: #CFEDA2;
}
.TagClassName
{
border-color: #CFEDA2;
}
</style>