Shades of Reef #CDE898
Tints of Reef #CDE898
RGB
CMYK
RGB Variations
Color information
#CDE898 (or 0xCDE898) is known color: Reef. HEX triplet: CD, E8 and 98. RGB value is (205,232,152). Sum of RGB (Red+Green+Blue) = 205+232+152=589 (78% of max value = 765). Red value is 205 (80.47% from 255 or 34.80% from 589); Green value is 232 (91.02% from 255 or 39.39% from 589); Blue value is 152 (59.77% from 255 or 25.81% from 589); Max value from RGB is 232 - color contains mainly: green. Hex color #CDE898 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CDE898 is #321767. Grayscale: #D7D7D7. Windows color (decimal): -3282792 or 10021069. OLE color: 10021069.
HSL color Cylindrical-coordinate representation of color #CDE898: hue angle of 80.25º degrees, saturation: 0.63, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #CDE898 is Cyan = 0.12, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 205 | 232 | 152 | - |
| CMYK | 0.12 | 0 | 0.34 | 0.09 |
| HSL | 80.25º | 0.63% | 0.75% | - |
| HSV(B) | 80.25º | 0.34% | 0.91% | - |
| XYZ | 59.7 | 72.96 | 40.64 | - |
| YUV | 214.81 | 92.55 | 121 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 232 | 152 | 0.12 | 0 | 0.34 | 0.09 | 80.25 | 0.63 | 0.75 |
| Hex | CD | E8 | 98 | C | 0 | 22 | 9 | 50 | 3F | 4B |
| Octal | 315 | 350 | 230 | 14 | 0 | 42 | 11 | 120 | 77 | 113 |
| Binary | 11001101 | 11101000 | 10011000 | 1100 | 0 | 100010 | 1001 | 1010000 | 111111 | 1001011 |
Color Harmonies of #CDE898
Complementary color
Monochromatic Colors of #CDE898
Black with #CDE898
Text Example
Text Example
White with #CDE898
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDE898; }
p { color: rgb(205,232,152); }
H1.HeaderClassName
{
color: #CDE898;
}
.AnyTagClassName
{
color: #CDE898;
}
</style>
background-color css
<style>
a { background-color: #CDE898; }
a { background-color: rgb(205,232,152); }
div.DivClassName
{
background-color: #CDE898;
}
.BgClassName
{
background-color: #CDE898;
}
</style>
border-color css
<style>
span { border-color: #CDE898; }
span { border-color: rgb(205,232,152); }
td.TdClassName
{
border-color: #CDE898;
}
.TagClassName
{
border-color: #CDE898;
}
</style>