Shades of Reef #CDEDA1
Tints of Reef #CDEDA1
RGB
CMYK
RGB Variations
Color information
#CDEDA1 (or 0xCDEDA1) is known color: Reef. HEX triplet: CD, ED and A1. RGB value is (205,237,161). Sum of RGB (Red+Green+Blue) = 205+237+161=603 (79% of max value = 765). Red value is 205 (80.47% from 255 or 34.00% from 603); Green value is 237 (92.97% from 255 or 39.30% from 603); Blue value is 161 (63.28% from 255 or 26.70% from 603); Max value from RGB is 237 - color contains mainly: green. Hex color #CDEDA1 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CDEDA1 is #32125E. Grayscale: #DBDBDB. Windows color (decimal): -3281503 or 10612173. OLE color: 10612173.
HSL color Cylindrical-coordinate representation of color #CDEDA1: hue angle of 85.26º degrees, saturation: 0.68, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #CDEDA1 is Cyan = 0.14, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 205 | 237 | 161 | - |
| CMYK | 0.14 | 0 | 0.32 | 0.07 |
| HSL | 85.26º | 0.68% | 0.78% | - |
| HSV(B) | 85.26º | 0.32% | 0.93% | - |
| XYZ | 61.89 | 76.12 | 45.15 | - |
| YUV | 218.77 | 95.4 | 118.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 237 | 161 | 0.14 | 0 | 0.32 | 0.07 | 85.26 | 0.68 | 0.78 |
| Hex | CD | ED | A1 | E | 0 | 20 | 7 | 55 | 44 | 4E |
| Octal | 315 | 355 | 241 | 16 | 0 | 40 | 7 | 125 | 104 | 116 |
| Binary | 11001101 | 11101101 | 10100001 | 1110 | 0 | 100000 | 111 | 1010101 | 1000100 | 1001110 |
Color Harmonies of #CDEDA1
Complementary color
Monochromatic Colors of #CDEDA1
Black with #CDEDA1
Text Example
Text Example
White with #CDEDA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDEDA1; }
p { color: rgb(205,237,161); }
H1.HeaderClassName
{
color: #CDEDA1;
}
.AnyTagClassName
{
color: #CDEDA1;
}
</style>
background-color css
<style>
a { background-color: #CDEDA1; }
a { background-color: rgb(205,237,161); }
div.DivClassName
{
background-color: #CDEDA1;
}
.BgClassName
{
background-color: #CDEDA1;
}
</style>
border-color css
<style>
span { border-color: #CDEDA1; }
span { border-color: rgb(205,237,161); }
td.TdClassName
{
border-color: #CDEDA1;
}
.TagClassName
{
border-color: #CDEDA1;
}
</style>