Shades of Reef #CDECA1
Tints of Reef #CDECA1
RGB
CMYK
RGB Variations
Color information
#CDECA1 (or 0xCDECA1) is known color: Reef. HEX triplet: CD, EC and A1. RGB value is (205,236,161). Sum of RGB (Red+Green+Blue) = 205+236+161=602 (79% of max value = 765). Red value is 205 (80.47% from 255 or 34.05% from 602); Green value is 236 (92.58% from 255 or 39.20% from 602); Blue value is 161 (63.28% from 255 or 26.74% from 602); Max value from RGB is 236 - color contains mainly: green. Hex color #CDECA1 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CDECA1 is #32135E. Grayscale: #DADADA. Windows color (decimal): -3281759 or 10611917. OLE color: 10611917.
HSL color Cylindrical-coordinate representation of color #CDECA1: hue angle of 84.8º degrees, saturation: 0.66, 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 #CDECA1 is Cyan = 0.13, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 205 | 236 | 161 | - |
| CMYK | 0.13 | 0 | 0.32 | 0.07 |
| HSL | 84.8º | 0.66% | 0.78% | - |
| HSV(B) | 84.8º | 0.32% | 0.93% | - |
| XYZ | 61.61 | 75.54 | 45.05 | - |
| YUV | 218.18 | 95.73 | 118.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 236 | 161 | 0.13 | 0 | 0.32 | 0.07 | 84.8 | 0.66 | 0.78 |
| Hex | CD | EC | A1 | D | 0 | 20 | 7 | 55 | 42 | 4E |
| Octal | 315 | 354 | 241 | 15 | 0 | 40 | 7 | 125 | 102 | 116 |
| Binary | 11001101 | 11101100 | 10100001 | 1101 | 0 | 100000 | 111 | 1010101 | 1000010 | 1001110 |
Color Harmonies of #CDECA1
Complementary color
Monochromatic Colors of #CDECA1
Black with #CDECA1
Text Example
Text Example
White with #CDECA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDECA1; }
p { color: rgb(205,236,161); }
H1.HeaderClassName
{
color: #CDECA1;
}
.AnyTagClassName
{
color: #CDECA1;
}
</style>
background-color css
<style>
a { background-color: #CDECA1; }
a { background-color: rgb(205,236,161); }
div.DivClassName
{
background-color: #CDECA1;
}
.BgClassName
{
background-color: #CDECA1;
}
</style>
border-color css
<style>
span { border-color: #CDECA1; }
span { border-color: rgb(205,236,161); }
td.TdClassName
{
border-color: #CDECA1;
}
.TagClassName
{
border-color: #CDECA1;
}
</style>