Shades of Reef #CEEEAC
Tints of Reef #CEEEAC
RGB
CMYK
RGB Variations
Color information
#CEEEAC (or 0xCEEEAC) is known color: Reef. HEX triplet: CE, EE and AC. RGB value is (206,238,172). Sum of RGB (Red+Green+Blue) = 206+238+172=616 (81% of max value = 765). Red value is 206 (80.86% from 255 or 33.44% from 616); Green value is 238 (93.36% from 255 or 38.64% from 616); Blue value is 172 (67.58% from 255 or 27.92% from 616); Max value from RGB is 238 - color contains mainly: green. Hex color #CEEEAC is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CEEEAC is #311153. Grayscale: #DDDDDD. Windows color (decimal): -3215700 or 11333326. OLE color: 11333326.
HSL color Cylindrical-coordinate representation of color #CEEEAC: hue angle of 89.09º degrees, saturation: 0.66, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #CEEEAC is Cyan = 0.13, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 206 | 238 | 172 | - |
| CMYK | 0.13 | 0 | 0.28 | 0.07 |
| HSL | 89.09º | 0.66% | 0.8% | - |
| HSV(B) | 89.09º | 0.28% | 0.93% | - |
| XYZ | 63.47 | 77.25 | 50.59 | - |
| YUV | 220.91 | 100.4 | 117.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 238 | 172 | 0.13 | 0 | 0.28 | 0.07 | 89.09 | 0.66 | 0.8 |
| Hex | CE | EE | AC | D | 0 | 1C | 7 | 59 | 42 | 50 |
| Octal | 316 | 356 | 254 | 15 | 0 | 34 | 7 | 131 | 102 | 120 |
| Binary | 11001110 | 11101110 | 10101100 | 1101 | 0 | 11100 | 111 | 1011001 | 1000010 | 1010000 |
Color Harmonies of #CEEEAC
Complementary color
Monochromatic Colors of #CEEEAC
Black with #CEEEAC
Text Example
Text Example
White with #CEEEAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEEEAC; }
p { color: rgb(206,238,172); }
H1.HeaderClassName
{
color: #CEEEAC;
}
.AnyTagClassName
{
color: #CEEEAC;
}
</style>
background-color css
<style>
a { background-color: #CEEEAC; }
a { background-color: rgb(206,238,172); }
div.DivClassName
{
background-color: #CEEEAC;
}
.BgClassName
{
background-color: #CEEEAC;
}
</style>
border-color css
<style>
span { border-color: #CEEEAC; }
span { border-color: rgb(206,238,172); }
td.TdClassName
{
border-color: #CEEEAC;
}
.TagClassName
{
border-color: #CEEEAC;
}
</style>