Shades of Reef #CEEAAE
Tints of Reef #CEEAAE
RGB
CMYK
RGB Variations
Color information
#CEEAAE (or 0xCEEAAE) is known color: Reef. HEX triplet: CE, EA and AE. RGB value is (206,234,174). Sum of RGB (Red+Green+Blue) = 206+234+174=614 (81% of max value = 765). Red value is 206 (80.86% from 255 or 33.55% from 614); Green value is 234 (91.80% from 255 or 38.11% from 614); Blue value is 174 (68.36% from 255 or 28.34% from 614); Max value from RGB is 234 - color contains mainly: green. Hex color #CEEAAE is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CEEAAE is #311551. Grayscale: #DBDBDB. Windows color (decimal): -3216722 or 11463374. OLE color: 11463374.
HSL color Cylindrical-coordinate representation of color #CEEAAE: hue angle of 88º degrees, saturation: 0.59, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #CEEAAE is Cyan = 0.12, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 206 | 234 | 174 | - |
| CMYK | 0.12 | 0 | 0.26 | 0.08 |
| HSL | 88º | 0.59% | 0.8% | - |
| HSV(B) | 88º | 0.26% | 0.92% | - |
| XYZ | 62.52 | 75.02 | 51.23 | - |
| YUV | 218.79 | 102.72 | 118.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 234 | 174 | 0.12 | 0 | 0.26 | 0.08 | 88 | 0.59 | 0.8 |
| Hex | CE | EA | AE | C | 0 | 1A | 8 | 58 | 3B | 50 |
| Octal | 316 | 352 | 256 | 14 | 0 | 32 | 10 | 130 | 73 | 120 |
| Binary | 11001110 | 11101010 | 10101110 | 1100 | 0 | 11010 | 1000 | 1011000 | 111011 | 1010000 |
Color Harmonies of #CEEAAE
Complementary color
Monochromatic Colors of #CEEAAE
Black with #CEEAAE
Text Example
Text Example
White with #CEEAAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEEAAE; }
p { color: rgb(206,234,174); }
H1.HeaderClassName
{
color: #CEEAAE;
}
.AnyTagClassName
{
color: #CEEAAE;
}
</style>
background-color css
<style>
a { background-color: #CEEAAE; }
a { background-color: rgb(206,234,174); }
div.DivClassName
{
background-color: #CEEAAE;
}
.BgClassName
{
background-color: #CEEAAE;
}
</style>
border-color css
<style>
span { border-color: #CEEAAE; }
span { border-color: rgb(206,234,174); }
td.TdClassName
{
border-color: #CEEAAE;
}
.TagClassName
{
border-color: #CEEAAE;
}
</style>