Shades of Reef #CDE0A1
Tints of Reef #CDE0A1
RGB
CMYK
RGB Variations
Color information
#CDE0A1 (or 0xCDE0A1) is known color: Reef. HEX triplet: CD, E0 and A1. RGB value is (205,224,161). Sum of RGB (Red+Green+Blue) = 205+224+161=590 (78% of max value = 765). Red value is 205 (80.47% from 255 or 34.75% from 590); Green value is 224 (87.89% from 255 or 37.97% from 590); Blue value is 161 (63.28% from 255 or 27.29% from 590); Max value from RGB is 224 - color contains mainly: green. Hex color #CDE0A1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDE0A1 is #321F5E. Grayscale: #D3D3D3. Windows color (decimal): -3284831 or 10608845. OLE color: 10608845.
HSL color Cylindrical-coordinate representation of color #CDE0A1: hue angle of 78.1º degrees, saturation: 0.5, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #CDE0A1 is Cyan = 0.08, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 205 | 224 | 161 | - |
| CMYK | 0.08 | 0 | 0.28 | 0.12 |
| HSL | 78.1º | 0.5% | 0.75% | - |
| HSV(B) | 78.1º | 0.28% | 0.88% | - |
| XYZ | 58.27 | 68.86 | 43.94 | - |
| YUV | 211.14 | 99.71 | 123.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 224 | 161 | 0.08 | 0 | 0.28 | 0.12 | 78.1 | 0.5 | 0.75 |
| Hex | CD | E0 | A1 | 8 | 0 | 1C | C | 4E | 32 | 4B |
| Octal | 315 | 340 | 241 | 10 | 0 | 34 | 14 | 116 | 62 | 113 |
| Binary | 11001101 | 11100000 | 10100001 | 1000 | 0 | 11100 | 1100 | 1001110 | 110010 | 1001011 |
Color Harmonies of #CDE0A1
Complementary color
Monochromatic Colors of #CDE0A1
Black with #CDE0A1
Text Example
Text Example
White with #CDE0A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDE0A1; }
p { color: rgb(205,224,161); }
H1.HeaderClassName
{
color: #CDE0A1;
}
.AnyTagClassName
{
color: #CDE0A1;
}
</style>
background-color css
<style>
a { background-color: #CDE0A1; }
a { background-color: rgb(205,224,161); }
div.DivClassName
{
background-color: #CDE0A1;
}
.BgClassName
{
background-color: #CDE0A1;
}
</style>
border-color css
<style>
span { border-color: #CDE0A1; }
span { border-color: rgb(205,224,161); }
td.TdClassName
{
border-color: #CDE0A1;
}
.TagClassName
{
border-color: #CDE0A1;
}
</style>