Shades of Reef #CDE4A1
Tints of Reef #CDE4A1
RGB
CMYK
RGB Variations
Color information
#CDE4A1 (or 0xCDE4A1) is known color: Reef. HEX triplet: CD, E4 and A1. RGB value is (205,228,161). Sum of RGB (Red+Green+Blue) = 205+228+161=594 (78% of max value = 765). Red value is 205 (80.47% from 255 or 34.51% from 594); Green value is 228 (89.45% from 255 or 38.38% from 594); Blue value is 161 (63.28% from 255 or 27.10% from 594); Max value from RGB is 228 - color contains mainly: green. Hex color #CDE4A1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDE4A1 is #321B5E. Grayscale: #D5D5D5. Windows color (decimal): -3283807 or 10609869. OLE color: 10609869.
HSL color Cylindrical-coordinate representation of color #CDE4A1: hue angle of 80.6º degrees, saturation: 0.55, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #CDE4A1 is Cyan = 0.10, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 205 | 228 | 161 | - |
| CMYK | 0.10 | 0 | 0.29 | 0.11 |
| HSL | 80.6º | 0.55% | 0.76% | - |
| HSV(B) | 80.6º | 0.29% | 0.89% | - |
| XYZ | 59.35 | 71.04 | 44.3 | - |
| YUV | 213.49 | 98.38 | 121.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 228 | 161 | 0.10 | 0 | 0.29 | 0.11 | 80.6 | 0.55 | 0.76 |
| Hex | CD | E4 | A1 | A | 0 | 1D | B | 51 | 37 | 4C |
| Octal | 315 | 344 | 241 | 12 | 0 | 35 | 13 | 121 | 67 | 114 |
| Binary | 11001101 | 11100100 | 10100001 | 1010 | 0 | 11101 | 1011 | 1010001 | 110111 | 1001100 |
Color Harmonies of #CDE4A1
Complementary color
Monochromatic Colors of #CDE4A1
Black with #CDE4A1
Text Example
Text Example
White with #CDE4A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDE4A1; }
p { color: rgb(205,228,161); }
H1.HeaderClassName
{
color: #CDE4A1;
}
.AnyTagClassName
{
color: #CDE4A1;
}
</style>
background-color css
<style>
a { background-color: #CDE4A1; }
a { background-color: rgb(205,228,161); }
div.DivClassName
{
background-color: #CDE4A1;
}
.BgClassName
{
background-color: #CDE4A1;
}
</style>
border-color css
<style>
span { border-color: #CDE4A1; }
span { border-color: rgb(205,228,161); }
td.TdClassName
{
border-color: #CDE4A1;
}
.TagClassName
{
border-color: #CDE4A1;
}
</style>