Shades of Reef #CEED9F
Tints of Reef #CEED9F
RGB
CMYK
RGB Variations
Color information
#CEED9F (or 0xCEED9F) is known color: Reef. HEX triplet: CE, ED and 9F. RGB value is (206,237,159). Sum of RGB (Red+Green+Blue) = 206+237+159=602 (79% of max value = 765). Red value is 206 (80.86% from 255 or 34.22% from 602); Green value is 237 (92.97% from 255 or 39.37% from 602); Blue value is 159 (62.5% from 255 or 26.41% from 602); Max value from RGB is 237 - color contains mainly: green. Hex color #CEED9F is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CEED9F is #311260. Grayscale: #DBDBDB. Windows color (decimal): -3215969 or 10481102. OLE color: 10481102.
HSL color Cylindrical-coordinate representation of color #CEED9F: hue angle of 83.85º degrees, saturation: 0.68, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #CEED9F is Cyan = 0.13, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 206 | 237 | 159 | - |
| CMYK | 0.13 | 0 | 0.33 | 0.07 |
| HSL | 83.85º | 0.68% | 0.78% | - |
| HSV(B) | 83.85º | 0.33% | 0.93% | - |
| XYZ | 62 | 76.19 | 44.24 | - |
| YUV | 218.84 | 94.23 | 118.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 237 | 159 | 0.13 | 0 | 0.33 | 0.07 | 83.85 | 0.68 | 0.78 |
| Hex | CE | ED | 9F | D | 0 | 21 | 7 | 54 | 44 | 4E |
| Octal | 316 | 355 | 237 | 15 | 0 | 41 | 7 | 124 | 104 | 116 |
| Binary | 11001110 | 11101101 | 10011111 | 1101 | 0 | 100001 | 111 | 1010100 | 1000100 | 1001110 |
Color Harmonies of #CEED9F
Complementary color
Monochromatic Colors of #CEED9F
Black with #CEED9F
Text Example
Text Example
White with #CEED9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEED9F; }
p { color: rgb(206,237,159); }
H1.HeaderClassName
{
color: #CEED9F;
}
.AnyTagClassName
{
color: #CEED9F;
}
</style>
background-color css
<style>
a { background-color: #CEED9F; }
a { background-color: rgb(206,237,159); }
div.DivClassName
{
background-color: #CEED9F;
}
.BgClassName
{
background-color: #CEED9F;
}
</style>
border-color css
<style>
span { border-color: #CEED9F; }
span { border-color: rgb(206,237,159); }
td.TdClassName
{
border-color: #CEED9F;
}
.TagClassName
{
border-color: #CEED9F;
}
</style>