Shades of Reef #CEFDA1
Tints of Reef #CEFDA1
RGB
CMYK
RGB Variations
Color information
#CEFDA1 (or 0xCEFDA1) is known color: Reef. HEX triplet: CE, FD and A1. RGB value is (206,253,161). Sum of RGB (Red+Green+Blue) = 206+253+161=620 (82% of max value = 765). Red value is 206 (80.86% from 255 or 33.23% from 620); Green value is 253 (99.22% from 255 or 40.81% from 620); Blue value is 161 (63.28% from 255 or 25.97% from 620); Max value from RGB is 253 - color contains mainly: green. Hex color #CEFDA1 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CEFDA1 is #31025E. Grayscale: #E4E4E4. Windows color (decimal): -3211871 or 10616270. OLE color: 10616270.
HSL color Cylindrical-coordinate representation of color #CEFDA1: hue angle of 90.65º degrees, saturation: 0.96, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #CEFDA1 is Cyan = 0.19, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 206 | 253 | 161 | - |
| CMYK | 0.19 | 0 | 0.36 | 0.01 |
| HSL | 90.65º | 0.96% | 0.81% | - |
| HSV(B) | 90.65º | 0.36% | 0.99% | - |
| XYZ | 67.01 | 85.95 | 46.78 | - |
| YUV | 228.46 | 89.93 | 111.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 253 | 161 | 0.19 | 0 | 0.36 | 0.01 | 90.65 | 0.96 | 0.81 |
| Hex | CE | FD | A1 | 13 | 0 | 24 | 1 | 5B | 60 | 51 |
| Octal | 316 | 375 | 241 | 23 | 0 | 44 | 1 | 133 | 140 | 121 |
| Binary | 11001110 | 11111101 | 10100001 | 10011 | 0 | 100100 | 1 | 1011011 | 1100000 | 1010001 |
Color Harmonies of #CEFDA1
Complementary color
Monochromatic Colors of #CEFDA1
Black with #CEFDA1
Text Example
Text Example
White with #CEFDA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEFDA1; }
p { color: rgb(206,253,161); }
H1.HeaderClassName
{
color: #CEFDA1;
}
.AnyTagClassName
{
color: #CEFDA1;
}
</style>
background-color css
<style>
a { background-color: #CEFDA1; }
a { background-color: rgb(206,253,161); }
div.DivClassName
{
background-color: #CEFDA1;
}
.BgClassName
{
background-color: #CEFDA1;
}
</style>
border-color css
<style>
span { border-color: #CEFDA1; }
span { border-color: rgb(206,253,161); }
td.TdClassName
{
border-color: #CEFDA1;
}
.TagClassName
{
border-color: #CEFDA1;
}
</style>