Shades of Reef #CEDF92
Tints of Reef #CEDF92
RGB
CMYK
RGB Variations
Color information
#CEDF92 (or 0xCEDF92) is known color: Reef. HEX triplet: CE, DF and 92. RGB value is (206,223,146). Sum of RGB (Red+Green+Blue) = 206+223+146=575 (76% of max value = 765). Red value is 206 (80.86% from 255 or 35.83% from 575); Green value is 223 (87.5% from 255 or 38.78% from 575); Blue value is 146 (57.42% from 255 or 25.39% from 575); Max value from RGB is 223 - color contains mainly: green. Hex color #CEDF92 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEDF92 is #31206D. Grayscale: #D1D1D1. Windows color (decimal): -3219566 or 9625550. OLE color: 9625550.
HSL color Cylindrical-coordinate representation of color #CEDF92: hue angle of 73.25º degrees, saturation: 0.55, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #CEDF92 is Cyan = 0.08, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 206 | 223 | 146 | - |
| CMYK | 0.08 | 0 | 0.35 | 0.13 |
| HSL | 73.25º | 0.55% | 0.72% | - |
| HSV(B) | 73.25º | 0.35% | 0.87% | - |
| XYZ | 57.03 | 67.97 | 37.31 | - |
| YUV | 209.14 | 92.37 | 125.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 223 | 146 | 0.08 | 0 | 0.35 | 0.13 | 73.25 | 0.55 | 0.72 |
| Hex | CE | DF | 92 | 8 | 0 | 23 | D | 49 | 37 | 48 |
| Octal | 316 | 337 | 222 | 10 | 0 | 43 | 15 | 111 | 67 | 110 |
| Binary | 11001110 | 11011111 | 10010010 | 1000 | 0 | 100011 | 1101 | 1001001 | 110111 | 1001000 |
Color Harmonies of #CEDF92
Complementary color
Monochromatic Colors of #CEDF92
Black with #CEDF92
Text Example
Text Example
White with #CEDF92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEDF92; }
p { color: rgb(206,223,146); }
H1.HeaderClassName
{
color: #CEDF92;
}
.AnyTagClassName
{
color: #CEDF92;
}
</style>
background-color css
<style>
a { background-color: #CEDF92; }
a { background-color: rgb(206,223,146); }
div.DivClassName
{
background-color: #CEDF92;
}
.BgClassName
{
background-color: #CEDF92;
}
</style>
border-color css
<style>
span { border-color: #CEDF92; }
span { border-color: rgb(206,223,146); }
td.TdClassName
{
border-color: #CEDF92;
}
.TagClassName
{
border-color: #CEDF92;
}
</style>