Shades of Reef #CDEAAF
Tints of Reef #CDEAAF
RGB
CMYK
RGB Variations
Color information
#CDEAAF (or 0xCDEAAF) is known color: Reef. HEX triplet: CD, EA and AF. RGB value is (205,234,175). Sum of RGB (Red+Green+Blue) = 205+234+175=614 (81% of max value = 765). Red value is 205 (80.47% from 255 or 33.39% from 614); Green value is 234 (91.80% from 255 or 38.11% from 614); Blue value is 175 (68.75% from 255 or 28.50% from 614); Max value from RGB is 234 - color contains mainly: green. Hex color #CDEAAF is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CDEAAF is #321550. Grayscale: #DADADA. Windows color (decimal): -3282257 or 11528909. OLE color: 11528909.
HSL color Cylindrical-coordinate representation of color #CDEAAF: hue angle of 89.49º degrees, saturation: 0.58, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #CDEAAF is Cyan = 0.12, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 205 | 234 | 175 | - |
| CMYK | 0.12 | 0 | 0.25 | 0.08 |
| HSL | 89.49º | 0.58% | 0.8% | - |
| HSV(B) | 89.49º | 0.25% | 0.92% | - |
| XYZ | 62.34 | 74.92 | 51.73 | - |
| YUV | 218.6 | 103.39 | 118.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 234 | 175 | 0.12 | 0 | 0.25 | 0.08 | 89.49 | 0.58 | 0.8 |
| Hex | CD | EA | AF | C | 0 | 19 | 8 | 59 | 3A | 50 |
| Octal | 315 | 352 | 257 | 14 | 0 | 31 | 10 | 131 | 72 | 120 |
| Binary | 11001101 | 11101010 | 10101111 | 1100 | 0 | 11001 | 1000 | 1011001 | 111010 | 1010000 |
Color Harmonies of #CDEAAF
Complementary color
Monochromatic Colors of #CDEAAF
Black with #CDEAAF
Text Example
Text Example
White with #CDEAAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDEAAF; }
p { color: rgb(205,234,175); }
H1.HeaderClassName
{
color: #CDEAAF;
}
.AnyTagClassName
{
color: #CDEAAF;
}
</style>
background-color css
<style>
a { background-color: #CDEAAF; }
a { background-color: rgb(205,234,175); }
div.DivClassName
{
background-color: #CDEAAF;
}
.BgClassName
{
background-color: #CDEAAF;
}
</style>
border-color css
<style>
span { border-color: #CDEAAF; }
span { border-color: rgb(205,234,175); }
td.TdClassName
{
border-color: #CDEAAF;
}
.TagClassName
{
border-color: #CDEAAF;
}
</style>