Shades of Reef #CEECAF
Tints of Reef #CEECAF
RGB
CMYK
RGB Variations
Color information
#CEECAF (or 0xCEECAF) is known color: Reef. HEX triplet: CE, EC and AF. RGB value is (206,236,175). Sum of RGB (Red+Green+Blue) = 206+236+175=617 (81% of max value = 765). Red value is 206 (80.86% from 255 or 33.39% from 617); Green value is 236 (92.58% from 255 or 38.25% from 617); Blue value is 175 (68.75% from 255 or 28.36% from 617); Max value from RGB is 236 - color contains mainly: green. Hex color #CEECAF is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CEECAF is #311350. Grayscale: #DCDCDC. Windows color (decimal): -3216209 or 11529422. OLE color: 11529422.
HSL color Cylindrical-coordinate representation of color #CEECAF: hue angle of 89.51º degrees, saturation: 0.62, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #CEECAF is Cyan = 0.13, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 206 | 236 | 175 | - |
| CMYK | 0.13 | 0 | 0.26 | 0.07 |
| HSL | 89.51º | 0.62% | 0.81% | - |
| HSV(B) | 89.51º | 0.26% | 0.93% | - |
| XYZ | 63.19 | 76.21 | 51.94 | - |
| YUV | 220.08 | 102.56 | 117.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 236 | 175 | 0.13 | 0 | 0.26 | 0.07 | 89.51 | 0.62 | 0.81 |
| Hex | CE | EC | AF | D | 0 | 1A | 7 | 5A | 3E | 51 |
| Octal | 316 | 354 | 257 | 15 | 0 | 32 | 7 | 132 | 76 | 121 |
| Binary | 11001110 | 11101100 | 10101111 | 1101 | 0 | 11010 | 111 | 1011010 | 111110 | 1010001 |
Color Harmonies of #CEECAF
Complementary color
Monochromatic Colors of #CEECAF
Black with #CEECAF
Text Example
Text Example
White with #CEECAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEECAF; }
p { color: rgb(206,236,175); }
H1.HeaderClassName
{
color: #CEECAF;
}
.AnyTagClassName
{
color: #CEECAF;
}
</style>
background-color css
<style>
a { background-color: #CEECAF; }
a { background-color: rgb(206,236,175); }
div.DivClassName
{
background-color: #CEECAF;
}
.BgClassName
{
background-color: #CEECAF;
}
</style>
border-color css
<style>
span { border-color: #CEECAF; }
span { border-color: rgb(206,236,175); }
td.TdClassName
{
border-color: #CEECAF;
}
.TagClassName
{
border-color: #CEECAF;
}
</style>