Shades of Reef #CDEAAA
Tints of Reef #CDEAAA
RGB
CMYK
RGB Variations
Color information
#CDEAAA (or 0xCDEAAA) is known color: Reef. HEX triplet: CD, EA and AA. RGB value is (205,234,170). Sum of RGB (Red+Green+Blue) = 205+234+170=609 (80% of max value = 765). Red value is 205 (80.47% from 255 or 33.66% from 609); Green value is 234 (91.80% from 255 or 38.42% from 609); Blue value is 170 (66.80% from 255 or 27.91% from 609); Max value from RGB is 234 - color contains mainly: green. Hex color #CDEAAA is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CDEAAA is #321555. Grayscale: #DADADA. Windows color (decimal): -3282262 or 11201229. OLE color: 11201229.
HSL color Cylindrical-coordinate representation of color #CDEAAA: hue angle of 87.19º degrees, saturation: 0.6, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #CDEAAA is Cyan = 0.12, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 205 | 234 | 170 | - |
| CMYK | 0.12 | 0 | 0.27 | 0.08 |
| HSL | 87.19º | 0.6% | 0.79% | - |
| HSV(B) | 87.19º | 0.27% | 0.92% | - |
| XYZ | 61.86 | 74.73 | 49.19 | - |
| YUV | 218.03 | 100.89 | 118.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 234 | 170 | 0.12 | 0 | 0.27 | 0.08 | 87.19 | 0.6 | 0.79 |
| Hex | CD | EA | AA | C | 0 | 1B | 8 | 57 | 3C | 4F |
| Octal | 315 | 352 | 252 | 14 | 0 | 33 | 10 | 127 | 74 | 117 |
| Binary | 11001101 | 11101010 | 10101010 | 1100 | 0 | 11011 | 1000 | 1010111 | 111100 | 1001111 |
Color Harmonies of #CDEAAA
Complementary color
Monochromatic Colors of #CDEAAA
Black with #CDEAAA
Text Example
Text Example
White with #CDEAAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDEAAA; }
p { color: rgb(205,234,170); }
H1.HeaderClassName
{
color: #CDEAAA;
}
.AnyTagClassName
{
color: #CDEAAA;
}
</style>
background-color css
<style>
a { background-color: #CDEAAA; }
a { background-color: rgb(205,234,170); }
div.DivClassName
{
background-color: #CDEAAA;
}
.BgClassName
{
background-color: #CDEAAA;
}
</style>
border-color css
<style>
span { border-color: #CDEAAA; }
span { border-color: rgb(205,234,170); }
td.TdClassName
{
border-color: #CDEAAA;
}
.TagClassName
{
border-color: #CDEAAA;
}
</style>