Shades of Reef #CEE19C
Tints of Reef #CEE19C
RGB
CMYK
RGB Variations
Color information
#CEE19C (or 0xCEE19C) is known color: Reef. HEX triplet: CE, E1 and 9C. RGB value is (206,225,156). Sum of RGB (Red+Green+Blue) = 206+225+156=587 (77% of max value = 765). Red value is 206 (80.86% from 255 or 35.09% from 587); Green value is 225 (88.28% from 255 or 38.33% from 587); Blue value is 156 (61.33% from 255 or 26.58% from 587); Max value from RGB is 225 - color contains mainly: green. Hex color #CEE19C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEE19C is #311E63. Grayscale: #D3D3D3. Windows color (decimal): -3219044 or 10281422. OLE color: 10281422.
HSL color Cylindrical-coordinate representation of color #CEE19C: hue angle of 76.52º degrees, saturation: 0.53, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #CEE19C is Cyan = 0.08, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 206 | 225 | 156 | - |
| CMYK | 0.08 | 0 | 0.31 | 0.12 |
| HSL | 76.52º | 0.53% | 0.75% | - |
| HSV(B) | 76.52º | 0.31% | 0.88% | - |
| XYZ | 58.38 | 69.37 | 41.77 | - |
| YUV | 211.45 | 96.71 | 124.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 225 | 156 | 0.08 | 0 | 0.31 | 0.12 | 76.52 | 0.53 | 0.75 |
| Hex | CE | E1 | 9C | 8 | 0 | 1F | C | 4D | 35 | 4B |
| Octal | 316 | 341 | 234 | 10 | 0 | 37 | 14 | 115 | 65 | 113 |
| Binary | 11001110 | 11100001 | 10011100 | 1000 | 0 | 11111 | 1100 | 1001101 | 110101 | 1001011 |
Color Harmonies of #CEE19C
Complementary color
Monochromatic Colors of #CEE19C
Black with #CEE19C
Text Example
Text Example
White with #CEE19C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEE19C; }
p { color: rgb(206,225,156); }
H1.HeaderClassName
{
color: #CEE19C;
}
.AnyTagClassName
{
color: #CEE19C;
}
</style>
background-color css
<style>
a { background-color: #CEE19C; }
a { background-color: rgb(206,225,156); }
div.DivClassName
{
background-color: #CEE19C;
}
.BgClassName
{
background-color: #CEE19C;
}
</style>
border-color css
<style>
span { border-color: #CEE19C; }
span { border-color: rgb(206,225,156); }
td.TdClassName
{
border-color: #CEE19C;
}
.TagClassName
{
border-color: #CEE19C;
}
</style>