Shades of Reef #CDEAAE
Tints of Reef #CDEAAE
RGB
CMYK
RGB Variations
Color information
#CDEAAE (or 0xCDEAAE) is known color: Reef. HEX triplet: CD, EA and AE. RGB value is (205,234,174). Sum of RGB (Red+Green+Blue) = 205+234+174=613 (81% of max value = 765). Red value is 205 (80.47% from 255 or 33.44% from 613); Green value is 234 (91.80% from 255 or 38.17% from 613); Blue value is 174 (68.36% from 255 or 28.38% from 613); Max value from RGB is 234 - color contains mainly: green. Hex color #CDEAAE is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CDEAAE is #321551. Grayscale: #DADADA. Windows color (decimal): -3282258 or 11463373. OLE color: 11463373.
HSL color Cylindrical-coordinate representation of color #CDEAAE: hue angle of 89º degrees, saturation: 0.59, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #CDEAAE is Cyan = 0.12, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 205 | 234 | 174 | - |
| CMYK | 0.12 | 0 | 0.26 | 0.08 |
| HSL | 89º | 0.59% | 0.8% | - |
| HSV(B) | 89º | 0.26% | 0.92% | - |
| XYZ | 62.24 | 74.88 | 51.22 | - |
| YUV | 218.49 | 102.89 | 118.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 234 | 174 | 0.12 | 0 | 0.26 | 0.08 | 89 | 0.59 | 0.8 |
| Hex | CD | EA | AE | C | 0 | 1A | 8 | 59 | 3B | 50 |
| Octal | 315 | 352 | 256 | 14 | 0 | 32 | 10 | 131 | 73 | 120 |
| Binary | 11001101 | 11101010 | 10101110 | 1100 | 0 | 11010 | 1000 | 1011001 | 111011 | 1010000 |
Color Harmonies of #CDEAAE
Complementary color
Monochromatic Colors of #CDEAAE
Black with #CDEAAE
Text Example
Text Example
White with #CDEAAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDEAAE; }
p { color: rgb(205,234,174); }
H1.HeaderClassName
{
color: #CDEAAE;
}
.AnyTagClassName
{
color: #CDEAAE;
}
</style>
background-color css
<style>
a { background-color: #CDEAAE; }
a { background-color: rgb(205,234,174); }
div.DivClassName
{
background-color: #CDEAAE;
}
.BgClassName
{
background-color: #CDEAAE;
}
</style>
border-color css
<style>
span { border-color: #CDEAAE; }
span { border-color: rgb(205,234,174); }
td.TdClassName
{
border-color: #CDEAAE;
}
.TagClassName
{
border-color: #CDEAAE;
}
</style>