Shades of Reef #CDE29D
Tints of Reef #CDE29D
RGB
CMYK
RGB Variations
Color information
#CDE29D (or 0xCDE29D) is known color: Reef. HEX triplet: CD, E2 and 9D. RGB value is (205,226,157). Sum of RGB (Red+Green+Blue) = 205+226+157=588 (77% of max value = 765). Red value is 205 (80.47% from 255 or 34.86% from 588); Green value is 226 (88.67% from 255 or 38.44% from 588); Blue value is 157 (61.72% from 255 or 26.70% from 588); Max value from RGB is 226 - color contains mainly: green. Hex color #CDE29D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDE29D is #321D62. Grayscale: #D4D4D4. Windows color (decimal): -3284323 or 10347213. OLE color: 10347213.
HSL color Cylindrical-coordinate representation of color #CDE29D: hue angle of 78.26º degrees, saturation: 0.54, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #CDE29D is Cyan = 0.09, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 205 | 226 | 157 | - |
| CMYK | 0.09 | 0 | 0.31 | 0.11 |
| HSL | 78.26º | 0.54% | 0.75% | - |
| HSV(B) | 78.26º | 0.31% | 0.89% | - |
| XYZ | 58.46 | 69.81 | 42.29 | - |
| YUV | 211.86 | 97.04 | 123.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 226 | 157 | 0.09 | 0 | 0.31 | 0.11 | 78.26 | 0.54 | 0.75 |
| Hex | CD | E2 | 9D | 9 | 0 | 1F | B | 4E | 36 | 4B |
| Octal | 315 | 342 | 235 | 11 | 0 | 37 | 13 | 116 | 66 | 113 |
| Binary | 11001101 | 11100010 | 10011101 | 1001 | 0 | 11111 | 1011 | 1001110 | 110110 | 1001011 |
Color Harmonies of #CDE29D
Complementary color
Monochromatic Colors of #CDE29D
Black with #CDE29D
Text Example
Text Example
White with #CDE29D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDE29D; }
p { color: rgb(205,226,157); }
H1.HeaderClassName
{
color: #CDE29D;
}
.AnyTagClassName
{
color: #CDE29D;
}
</style>
background-color css
<style>
a { background-color: #CDE29D; }
a { background-color: rgb(205,226,157); }
div.DivClassName
{
background-color: #CDE29D;
}
.BgClassName
{
background-color: #CDE29D;
}
</style>
border-color css
<style>
span { border-color: #CDE29D; }
span { border-color: rgb(205,226,157); }
td.TdClassName
{
border-color: #CDE29D;
}
.TagClassName
{
border-color: #CDE29D;
}
</style>