Shades of Reef #CDE892
Tints of Reef #CDE892
RGB
CMYK
RGB Variations
Color information
#CDE892 (or 0xCDE892) is known color: Reef. HEX triplet: CD, E8 and 92. RGB value is (205,232,146). Sum of RGB (Red+Green+Blue) = 205+232+146=583 (77% of max value = 765). Red value is 205 (80.47% from 255 or 35.16% from 583); Green value is 232 (91.02% from 255 or 39.79% from 583); Blue value is 146 (57.42% from 255 or 25.04% from 583); Max value from RGB is 232 - color contains mainly: green. Hex color #CDE892 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CDE892 is #32176D. Grayscale: #D6D6D6. Windows color (decimal): -3282798 or 9627853. OLE color: 9627853.
HSL color Cylindrical-coordinate representation of color #CDE892: hue angle of 78.84º degrees, saturation: 0.65, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #CDE892 is Cyan = 0.12, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 205 | 232 | 146 | - |
| CMYK | 0.12 | 0 | 0.37 | 0.09 |
| HSL | 78.84º | 0.65% | 0.74% | - |
| HSV(B) | 78.84º | 0.37% | 0.91% | - |
| XYZ | 59.22 | 72.77 | 38.12 | - |
| YUV | 214.12 | 89.55 | 121.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 232 | 146 | 0.12 | 0 | 0.37 | 0.09 | 78.84 | 0.65 | 0.74 |
| Hex | CD | E8 | 92 | C | 0 | 25 | 9 | 4F | 41 | 4A |
| Octal | 315 | 350 | 222 | 14 | 0 | 45 | 11 | 117 | 101 | 112 |
| Binary | 11001101 | 11101000 | 10010010 | 1100 | 0 | 100101 | 1001 | 1001111 | 1000001 | 1001010 |
Color Harmonies of #CDE892
Complementary color
Monochromatic Colors of #CDE892
Black with #CDE892
Text Example
Text Example
White with #CDE892
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDE892; }
p { color: rgb(205,232,146); }
H1.HeaderClassName
{
color: #CDE892;
}
.AnyTagClassName
{
color: #CDE892;
}
</style>
background-color css
<style>
a { background-color: #CDE892; }
a { background-color: rgb(205,232,146); }
div.DivClassName
{
background-color: #CDE892;
}
.BgClassName
{
background-color: #CDE892;
}
</style>
border-color css
<style>
span { border-color: #CDE892; }
span { border-color: rgb(205,232,146); }
td.TdClassName
{
border-color: #CDE892;
}
.TagClassName
{
border-color: #CDE892;
}
</style>