Shades of Reef #CDE0B0
Tints of Reef #CDE0B0
RGB
CMYK
RGB Variations
Color information
#CDE0B0 (or 0xCDE0B0) is known color: Reef. HEX triplet: CD, E0 and B0. RGB value is (205,224,176). Sum of RGB (Red+Green+Blue) = 205+224+176=605 (80% of max value = 765). Red value is 205 (80.47% from 255 or 33.88% from 605); Green value is 224 (87.89% from 255 or 37.02% from 605); Blue value is 176 (69.14% from 255 or 29.09% from 605); Max value from RGB is 224 - color contains mainly: green. Hex color #CDE0B0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDE0B0 is #321F4F. Grayscale: #D5D5D5. Windows color (decimal): -3284816 or 11591885. OLE color: 11591885.
HSL color Cylindrical-coordinate representation of color #CDE0B0: hue angle of 83.75º degrees, saturation: 0.44, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #CDE0B0 is Cyan = 0.08, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 205 | 224 | 176 | - |
| CMYK | 0.08 | 0 | 0.21 | 0.12 |
| HSL | 83.75º | 0.44% | 0.78% | - |
| HSV(B) | 83.75º | 0.21% | 0.88% | - |
| XYZ | 59.67 | 69.43 | 51.33 | - |
| YUV | 212.85 | 107.21 | 122.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 224 | 176 | 0.08 | 0 | 0.21 | 0.12 | 83.75 | 0.44 | 0.78 |
| Hex | CD | E0 | B0 | 8 | 0 | 15 | C | 54 | 2C | 4E |
| Octal | 315 | 340 | 260 | 10 | 0 | 25 | 14 | 124 | 54 | 116 |
| Binary | 11001101 | 11100000 | 10110000 | 1000 | 0 | 10101 | 1100 | 1010100 | 101100 | 1001110 |
Color Harmonies of #CDE0B0
Complementary color
Monochromatic Colors of #CDE0B0
Black with #CDE0B0
Text Example
Text Example
White with #CDE0B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDE0B0; }
p { color: rgb(205,224,176); }
H1.HeaderClassName
{
color: #CDE0B0;
}
.AnyTagClassName
{
color: #CDE0B0;
}
</style>
background-color css
<style>
a { background-color: #CDE0B0; }
a { background-color: rgb(205,224,176); }
div.DivClassName
{
background-color: #CDE0B0;
}
.BgClassName
{
background-color: #CDE0B0;
}
</style>
border-color css
<style>
span { border-color: #CDE0B0; }
span { border-color: rgb(205,224,176); }
td.TdClassName
{
border-color: #CDE0B0;
}
.TagClassName
{
border-color: #CDE0B0;
}
</style>