Shades of Reef #CDEAA8
Tints of Reef #CDEAA8
RGB
CMYK
RGB Variations
Color information
#CDEAA8 (or 0xCDEAA8) is known color: Reef. HEX triplet: CD, EA and A8. RGB value is (205,234,168). Sum of RGB (Red+Green+Blue) = 205+234+168=607 (80% of max value = 765). Red value is 205 (80.47% from 255 or 33.77% from 607); Green value is 234 (91.80% from 255 or 38.55% from 607); Blue value is 168 (66.02% from 255 or 27.68% from 607); Max value from RGB is 234 - color contains mainly: green. Hex color #CDEAA8 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CDEAA8 is #321557. Grayscale: #DADADA. Windows color (decimal): -3282264 or 11070157. OLE color: 11070157.
HSL color Cylindrical-coordinate representation of color #CDEAA8: hue angle of 86.36º degrees, saturation: 0.61, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #CDEAA8 is Cyan = 0.12, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 205 | 234 | 168 | - |
| CMYK | 0.12 | 0 | 0.28 | 0.08 |
| HSL | 86.36º | 0.61% | 0.79% | - |
| HSV(B) | 86.36º | 0.28% | 0.92% | - |
| XYZ | 61.67 | 74.65 | 48.2 | - |
| YUV | 217.81 | 99.89 | 118.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 234 | 168 | 0.12 | 0 | 0.28 | 0.08 | 86.36 | 0.61 | 0.79 |
| Hex | CD | EA | A8 | C | 0 | 1C | 8 | 56 | 3D | 4F |
| Octal | 315 | 352 | 250 | 14 | 0 | 34 | 10 | 126 | 75 | 117 |
| Binary | 11001101 | 11101010 | 10101000 | 1100 | 0 | 11100 | 1000 | 1010110 | 111101 | 1001111 |
Color Harmonies of #CDEAA8
Complementary color
Monochromatic Colors of #CDEAA8
Black with #CDEAA8
Text Example
Text Example
White with #CDEAA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDEAA8; }
p { color: rgb(205,234,168); }
H1.HeaderClassName
{
color: #CDEAA8;
}
.AnyTagClassName
{
color: #CDEAA8;
}
</style>
background-color css
<style>
a { background-color: #CDEAA8; }
a { background-color: rgb(205,234,168); }
div.DivClassName
{
background-color: #CDEAA8;
}
.BgClassName
{
background-color: #CDEAA8;
}
</style>
border-color css
<style>
span { border-color: #CDEAA8; }
span { border-color: rgb(205,234,168); }
td.TdClassName
{
border-color: #CDEAA8;
}
.TagClassName
{
border-color: #CDEAA8;
}
</style>