Shades of Reef #CEDF94
Tints of Reef #CEDF94
RGB
CMYK
RGB Variations
Color information
#CEDF94 (or 0xCEDF94) is known color: Reef. HEX triplet: CE, DF and 94. RGB value is (206,223,148). Sum of RGB (Red+Green+Blue) = 206+223+148=577 (76% of max value = 765). Red value is 206 (80.86% from 255 or 35.70% from 577); Green value is 223 (87.5% from 255 or 38.65% from 577); Blue value is 148 (58.20% from 255 or 25.65% from 577); Max value from RGB is 223 - color contains mainly: green. Hex color #CEDF94 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEDF94 is #31206B. Grayscale: #D1D1D1. Windows color (decimal): -3219564 or 9756622. OLE color: 9756622.
HSL color Cylindrical-coordinate representation of color #CEDF94: hue angle of 73.6º degrees, saturation: 0.54, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #CEDF94 is Cyan = 0.08, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 206 | 223 | 148 | - |
| CMYK | 0.08 | 0 | 0.34 | 0.13 |
| HSL | 73.6º | 0.54% | 0.73% | - |
| HSV(B) | 73.6º | 0.34% | 0.87% | - |
| XYZ | 57.19 | 68.04 | 38.14 | - |
| YUV | 209.37 | 93.37 | 125.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 223 | 148 | 0.08 | 0 | 0.34 | 0.13 | 73.6 | 0.54 | 0.73 |
| Hex | CE | DF | 94 | 8 | 0 | 22 | D | 4A | 36 | 49 |
| Octal | 316 | 337 | 224 | 10 | 0 | 42 | 15 | 112 | 66 | 111 |
| Binary | 11001110 | 11011111 | 10010100 | 1000 | 0 | 100010 | 1101 | 1001010 | 110110 | 1001001 |
Color Harmonies of #CEDF94
Complementary color
Monochromatic Colors of #CEDF94
Black with #CEDF94
Text Example
Text Example
White with #CEDF94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEDF94; }
p { color: rgb(206,223,148); }
H1.HeaderClassName
{
color: #CEDF94;
}
.AnyTagClassName
{
color: #CEDF94;
}
</style>
background-color css
<style>
a { background-color: #CEDF94; }
a { background-color: rgb(206,223,148); }
div.DivClassName
{
background-color: #CEDF94;
}
.BgClassName
{
background-color: #CEDF94;
}
</style>
border-color css
<style>
span { border-color: #CEDF94; }
span { border-color: rgb(206,223,148); }
td.TdClassName
{
border-color: #CEDF94;
}
.TagClassName
{
border-color: #CEDF94;
}
</style>