Shades of Reef #CDE9A4
Tints of Reef #CDE9A4
RGB
CMYK
RGB Variations
Color information
#CDE9A4 (or 0xCDE9A4) is known color: Reef. HEX triplet: CD, E9 and A4. RGB value is (205,233,164). Sum of RGB (Red+Green+Blue) = 205+233+164=602 (79% of max value = 765). Red value is 205 (80.47% from 255 or 34.05% from 602); Green value is 233 (91.41% from 255 or 38.70% from 602); Blue value is 164 (64.45% from 255 or 27.24% from 602); Max value from RGB is 233 - color contains mainly: green. Hex color #CDE9A4 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CDE9A4 is #32165B. Grayscale: #D9D9D9. Windows color (decimal): -3282524 or 10807757. OLE color: 10807757.
HSL color Cylindrical-coordinate representation of color #CDE9A4: hue angle of 84.35º degrees, saturation: 0.61, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CDE9A4 is Cyan = 0.12, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 205 | 233 | 164 | - |
| CMYK | 0.12 | 0 | 0.30 | 0.09 |
| HSL | 84.35º | 0.61% | 0.78% | - |
| HSV(B) | 84.35º | 0.3% | 0.91% | - |
| XYZ | 61.02 | 73.94 | 46.18 | - |
| YUV | 216.76 | 98.22 | 119.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 233 | 164 | 0.12 | 0 | 0.30 | 0.09 | 84.35 | 0.61 | 0.78 |
| Hex | CD | E9 | A4 | C | 0 | 1E | 9 | 54 | 3D | 4E |
| Octal | 315 | 351 | 244 | 14 | 0 | 36 | 11 | 124 | 75 | 116 |
| Binary | 11001101 | 11101001 | 10100100 | 1100 | 0 | 11110 | 1001 | 1010100 | 111101 | 1001110 |
Color Harmonies of #CDE9A4
Complementary color
Monochromatic Colors of #CDE9A4
Black with #CDE9A4
Text Example
Text Example
White with #CDE9A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDE9A4; }
p { color: rgb(205,233,164); }
H1.HeaderClassName
{
color: #CDE9A4;
}
.AnyTagClassName
{
color: #CDE9A4;
}
</style>
background-color css
<style>
a { background-color: #CDE9A4; }
a { background-color: rgb(205,233,164); }
div.DivClassName
{
background-color: #CDE9A4;
}
.BgClassName
{
background-color: #CDE9A4;
}
</style>
border-color css
<style>
span { border-color: #CDE9A4; }
span { border-color: rgb(205,233,164); }
td.TdClassName
{
border-color: #CDE9A4;
}
.TagClassName
{
border-color: #CDE9A4;
}
</style>