Shades of Reef #CFED9E
Tints of Reef #CFED9E
RGB
CMYK
RGB Variations
Color information
#CFED9E (or 0xCFED9E) is known color: Reef. HEX triplet: CF, ED and 9E. RGB value is (207,237,158). Sum of RGB (Red+Green+Blue) = 207+237+158=602 (79% of max value = 765). Red value is 207 (81.25% from 255 or 34.39% from 602); Green value is 237 (92.97% from 255 or 39.37% from 602); Blue value is 158 (62.11% from 255 or 26.25% from 602); Max value from RGB is 237 - color contains mainly: green. Hex color #CFED9E is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CFED9E is #301261. Grayscale: #DBDBDB. Windows color (decimal): -3150434 or 10415567. OLE color: 10415567.
HSL color Cylindrical-coordinate representation of color #CFED9E: hue angle of 82.78º degrees, saturation: 0.69, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #CFED9E is Cyan = 0.13, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 207 | 237 | 158 | - |
| CMYK | 0.13 | 0 | 0.33 | 0.07 |
| HSL | 82.78º | 0.69% | 0.77% | - |
| HSV(B) | 82.78º | 0.33% | 0.93% | - |
| XYZ | 62.19 | 76.3 | 43.8 | - |
| YUV | 219.02 | 93.56 | 119.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 237 | 158 | 0.13 | 0 | 0.33 | 0.07 | 82.78 | 0.69 | 0.77 |
| Hex | CF | ED | 9E | D | 0 | 21 | 7 | 53 | 45 | 4D |
| Octal | 317 | 355 | 236 | 15 | 0 | 41 | 7 | 123 | 105 | 115 |
| Binary | 11001111 | 11101101 | 10011110 | 1101 | 0 | 100001 | 111 | 1010011 | 1000101 | 1001101 |
Color Harmonies of #CFED9E
Complementary color
Monochromatic Colors of #CFED9E
Black with #CFED9E
Text Example
Text Example
White with #CFED9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFED9E; }
p { color: rgb(207,237,158); }
H1.HeaderClassName
{
color: #CFED9E;
}
.AnyTagClassName
{
color: #CFED9E;
}
</style>
background-color css
<style>
a { background-color: #CFED9E; }
a { background-color: rgb(207,237,158); }
div.DivClassName
{
background-color: #CFED9E;
}
.BgClassName
{
background-color: #CFED9E;
}
</style>
border-color css
<style>
span { border-color: #CFED9E; }
span { border-color: rgb(207,237,158); }
td.TdClassName
{
border-color: #CFED9E;
}
.TagClassName
{
border-color: #CFED9E;
}
</style>