Shades of Reef #CDE8A2
Tints of Reef #CDE8A2
RGB
CMYK
RGB Variations
Color information
#CDE8A2 (or 0xCDE8A2) is known color: Reef. HEX triplet: CD, E8 and A2. RGB value is (205,232,162). Sum of RGB (Red+Green+Blue) = 205+232+162=599 (79% of max value = 765). Red value is 205 (80.47% from 255 or 34.22% from 599); Green value is 232 (91.02% from 255 or 38.73% from 599); Blue value is 162 (63.67% from 255 or 27.05% from 599); Max value from RGB is 232 - color contains mainly: green. Hex color #CDE8A2 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CDE8A2 is #32175D. Grayscale: #D8D8D8. Windows color (decimal): -3282782 or 10676429. OLE color: 10676429.
HSL color Cylindrical-coordinate representation of color #CDE8A2: hue angle of 83.14º degrees, saturation: 0.6, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CDE8A2 is Cyan = 0.12, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 205 | 232 | 162 | - |
| CMYK | 0.12 | 0 | 0.30 | 0.09 |
| HSL | 83.14º | 0.6% | 0.77% | - |
| HSV(B) | 83.14º | 0.3% | 0.91% | - |
| XYZ | 60.56 | 73.3 | 45.14 | - |
| YUV | 215.95 | 97.55 | 120.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 232 | 162 | 0.12 | 0 | 0.30 | 0.09 | 83.14 | 0.6 | 0.77 |
| Hex | CD | E8 | A2 | C | 0 | 1E | 9 | 53 | 3C | 4D |
| Octal | 315 | 350 | 242 | 14 | 0 | 36 | 11 | 123 | 74 | 115 |
| Binary | 11001101 | 11101000 | 10100010 | 1100 | 0 | 11110 | 1001 | 1010011 | 111100 | 1001101 |
Color Harmonies of #CDE8A2
Complementary color
Monochromatic Colors of #CDE8A2
Black with #CDE8A2
Text Example
Text Example
White with #CDE8A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDE8A2; }
p { color: rgb(205,232,162); }
H1.HeaderClassName
{
color: #CDE8A2;
}
.AnyTagClassName
{
color: #CDE8A2;
}
</style>
background-color css
<style>
a { background-color: #CDE8A2; }
a { background-color: rgb(205,232,162); }
div.DivClassName
{
background-color: #CDE8A2;
}
.BgClassName
{
background-color: #CDE8A2;
}
</style>
border-color css
<style>
span { border-color: #CDE8A2; }
span { border-color: rgb(205,232,162); }
td.TdClassName
{
border-color: #CDE8A2;
}
.TagClassName
{
border-color: #CDE8A2;
}
</style>