Shades of Reef #CEEA9D
Tints of Reef #CEEA9D
RGB
CMYK
RGB Variations
Color information
#CEEA9D (or 0xCEEA9D) is known color: Reef. HEX triplet: CE, EA and 9D. RGB value is (206,234,157). Sum of RGB (Red+Green+Blue) = 206+234+157=597 (79% of max value = 765). Red value is 206 (80.86% from 255 or 34.51% from 597); Green value is 234 (91.80% from 255 or 39.20% from 597); Blue value is 157 (61.72% from 255 or 26.30% from 597); Max value from RGB is 234 - color contains mainly: green. Hex color #CEEA9D is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CEEA9D is #311562. Grayscale: #D9D9D9. Windows color (decimal): -3216739 or 10349262. OLE color: 10349262.
HSL color Cylindrical-coordinate representation of color #CEEA9D: hue angle of 81.82º degrees, saturation: 0.65, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #CEEA9D is Cyan = 0.12, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 206 | 234 | 157 | - |
| CMYK | 0.12 | 0 | 0.33 | 0.08 |
| HSL | 81.82º | 0.65% | 0.77% | - |
| HSV(B) | 81.82º | 0.33% | 0.92% | - |
| XYZ | 60.96 | 74.4 | 43.05 | - |
| YUV | 216.85 | 94.22 | 120.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 234 | 157 | 0.12 | 0 | 0.33 | 0.08 | 81.82 | 0.65 | 0.77 |
| Hex | CE | EA | 9D | C | 0 | 21 | 8 | 52 | 41 | 4D |
| Octal | 316 | 352 | 235 | 14 | 0 | 41 | 10 | 122 | 101 | 115 |
| Binary | 11001110 | 11101010 | 10011101 | 1100 | 0 | 100001 | 1000 | 1010010 | 1000001 | 1001101 |
Color Harmonies of #CEEA9D
Complementary color
Monochromatic Colors of #CEEA9D
Black with #CEEA9D
Text Example
Text Example
White with #CEEA9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEEA9D; }
p { color: rgb(206,234,157); }
H1.HeaderClassName
{
color: #CEEA9D;
}
.AnyTagClassName
{
color: #CEEA9D;
}
</style>
background-color css
<style>
a { background-color: #CEEA9D; }
a { background-color: rgb(206,234,157); }
div.DivClassName
{
background-color: #CEEA9D;
}
.BgClassName
{
background-color: #CEEA9D;
}
</style>
border-color css
<style>
span { border-color: #CEEA9D; }
span { border-color: rgb(206,234,157); }
td.TdClassName
{
border-color: #CEEA9D;
}
.TagClassName
{
border-color: #CEEA9D;
}
</style>