Shades of Reef #CEFDA0
Tints of Reef #CEFDA0
RGB
CMYK
RGB Variations
Color information
#CEFDA0 (or 0xCEFDA0) is known color: Reef. HEX triplet: CE, FD and A0. RGB value is (206,253,160). Sum of RGB (Red+Green+Blue) = 206+253+160=619 (81% of max value = 765). Red value is 206 (80.86% from 255 or 33.28% from 619); Green value is 253 (99.22% from 255 or 40.87% from 619); Blue value is 160 (62.89% from 255 or 25.85% from 619); Max value from RGB is 253 - color contains mainly: green. Hex color #CEFDA0 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CEFDA0 is #31025F. Grayscale: #E4E4E4. Windows color (decimal): -3211872 or 10550734. OLE color: 10550734.
HSL color Cylindrical-coordinate representation of color #CEFDA0: hue angle of 90.32º degrees, saturation: 0.96, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #CEFDA0 is Cyan = 0.19, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 206 | 253 | 160 | - |
| CMYK | 0.19 | 0 | 0.37 | 0.01 |
| HSL | 90.32º | 0.96% | 0.81% | - |
| HSV(B) | 90.32º | 0.37% | 0.99% | - |
| XYZ | 66.92 | 85.91 | 46.31 | - |
| YUV | 228.35 | 89.43 | 112.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 253 | 160 | 0.19 | 0 | 0.37 | 0.01 | 90.32 | 0.96 | 0.81 |
| Hex | CE | FD | A0 | 13 | 0 | 25 | 1 | 5A | 60 | 51 |
| Octal | 316 | 375 | 240 | 23 | 0 | 45 | 1 | 132 | 140 | 121 |
| Binary | 11001110 | 11111101 | 10100000 | 10011 | 0 | 100101 | 1 | 1011010 | 1100000 | 1010001 |
Color Harmonies of #CEFDA0
Complementary color
Monochromatic Colors of #CEFDA0
Black with #CEFDA0
Text Example
Text Example
White with #CEFDA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEFDA0; }
p { color: rgb(206,253,160); }
H1.HeaderClassName
{
color: #CEFDA0;
}
.AnyTagClassName
{
color: #CEFDA0;
}
</style>
background-color css
<style>
a { background-color: #CEFDA0; }
a { background-color: rgb(206,253,160); }
div.DivClassName
{
background-color: #CEFDA0;
}
.BgClassName
{
background-color: #CEFDA0;
}
</style>
border-color css
<style>
span { border-color: #CEFDA0; }
span { border-color: rgb(206,253,160); }
td.TdClassName
{
border-color: #CEFDA0;
}
.TagClassName
{
border-color: #CEFDA0;
}
</style>