Shades of Reef #CDE9B0
Tints of Reef #CDE9B0
RGB
CMYK
RGB Variations
Color information
#CDE9B0 (or 0xCDE9B0) is known color: Reef. HEX triplet: CD, E9 and B0. RGB value is (205,233,176). Sum of RGB (Red+Green+Blue) = 205+233+176=614 (81% of max value = 765). Red value is 205 (80.47% from 255 or 33.39% from 614); Green value is 233 (91.41% from 255 or 37.95% from 614); Blue value is 176 (69.14% from 255 or 28.66% from 614); Max value from RGB is 233 - color contains mainly: green. Hex color #CDE9B0 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CDE9B0 is #32164F. Grayscale: #DADADA. Windows color (decimal): -3282512 or 11594189. OLE color: 11594189.
HSL color Cylindrical-coordinate representation of color #CDE9B0: hue angle of 89.47º degrees, saturation: 0.56, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #CDE9B0 is Cyan = 0.12, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 205 | 233 | 176 | - |
| CMYK | 0.12 | 0 | 0.24 | 0.09 |
| HSL | 89.47º | 0.56% | 0.8% | - |
| HSV(B) | 89.47º | 0.24% | 0.91% | - |
| XYZ | 62.15 | 74.39 | 52.16 | - |
| YUV | 218.13 | 104.22 | 118.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 233 | 176 | 0.12 | 0 | 0.24 | 0.09 | 89.47 | 0.56 | 0.8 |
| Hex | CD | E9 | B0 | C | 0 | 18 | 9 | 59 | 38 | 50 |
| Octal | 315 | 351 | 260 | 14 | 0 | 30 | 11 | 131 | 70 | 120 |
| Binary | 11001101 | 11101001 | 10110000 | 1100 | 0 | 11000 | 1001 | 1011001 | 111000 | 1010000 |
Color Harmonies of #CDE9B0
Complementary color
Monochromatic Colors of #CDE9B0
Black with #CDE9B0
Text Example
Text Example
White with #CDE9B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDE9B0; }
p { color: rgb(205,233,176); }
H1.HeaderClassName
{
color: #CDE9B0;
}
.AnyTagClassName
{
color: #CDE9B0;
}
</style>
background-color css
<style>
a { background-color: #CDE9B0; }
a { background-color: rgb(205,233,176); }
div.DivClassName
{
background-color: #CDE9B0;
}
.BgClassName
{
background-color: #CDE9B0;
}
</style>
border-color css
<style>
span { border-color: #CDE9B0; }
span { border-color: rgb(205,233,176); }
td.TdClassName
{
border-color: #CDE9B0;
}
.TagClassName
{
border-color: #CDE9B0;
}
</style>