Shades of Reef #CDE19D
Tints of Reef #CDE19D
RGB
CMYK
RGB Variations
Color information
#CDE19D (or 0xCDE19D) is known color: Reef. HEX triplet: CD, E1 and 9D. RGB value is (205,225,157). Sum of RGB (Red+Green+Blue) = 205+225+157=587 (77% of max value = 765). Red value is 205 (80.47% from 255 or 34.92% from 587); Green value is 225 (88.28% from 255 or 38.33% from 587); Blue value is 157 (61.72% from 255 or 26.75% from 587); Max value from RGB is 225 - color contains mainly: green. Hex color #CDE19D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDE19D is #321E62. Grayscale: #D3D3D3. Windows color (decimal): -3284579 or 10346957. OLE color: 10346957.
HSL color Cylindrical-coordinate representation of color #CDE19D: hue angle of 77.65º degrees, saturation: 0.53, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CDE19D is Cyan = 0.09, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 205 | 225 | 157 | - |
| CMYK | 0.09 | 0 | 0.30 | 0.12 |
| HSL | 77.65º | 0.53% | 0.75% | - |
| HSV(B) | 77.65º | 0.3% | 0.88% | - |
| XYZ | 58.19 | 69.26 | 42.2 | - |
| YUV | 211.27 | 97.37 | 123.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 225 | 157 | 0.09 | 0 | 0.30 | 0.12 | 77.65 | 0.53 | 0.75 |
| Hex | CD | E1 | 9D | 9 | 0 | 1E | C | 4E | 35 | 4B |
| Octal | 315 | 341 | 235 | 11 | 0 | 36 | 14 | 116 | 65 | 113 |
| Binary | 11001101 | 11100001 | 10011101 | 1001 | 0 | 11110 | 1100 | 1001110 | 110101 | 1001011 |
Color Harmonies of #CDE19D
Complementary color
Monochromatic Colors of #CDE19D
Black with #CDE19D
Text Example
Text Example
White with #CDE19D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDE19D; }
p { color: rgb(205,225,157); }
H1.HeaderClassName
{
color: #CDE19D;
}
.AnyTagClassName
{
color: #CDE19D;
}
</style>
background-color css
<style>
a { background-color: #CDE19D; }
a { background-color: rgb(205,225,157); }
div.DivClassName
{
background-color: #CDE19D;
}
.BgClassName
{
background-color: #CDE19D;
}
</style>
border-color css
<style>
span { border-color: #CDE19D; }
span { border-color: rgb(205,225,157); }
td.TdClassName
{
border-color: #CDE19D;
}
.TagClassName
{
border-color: #CDE19D;
}
</style>