Shades of Reef #CDECAE
Tints of Reef #CDECAE
RGB
CMYK
RGB Variations
Color information
#CDECAE (or 0xCDECAE) is known color: Reef. HEX triplet: CD, EC and AE. RGB value is (205,236,174). Sum of RGB (Red+Green+Blue) = 205+236+174=615 (81% of max value = 765). Red value is 205 (80.47% from 255 or 33.33% from 615); Green value is 236 (92.58% from 255 or 38.37% from 615); Blue value is 174 (68.36% from 255 or 28.29% from 615); Max value from RGB is 236 - color contains mainly: green. Hex color #CDECAE is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CDECAE is #321351. Grayscale: #DBDBDB. Windows color (decimal): -3281746 or 11463885. OLE color: 11463885.
HSL color Cylindrical-coordinate representation of color #CDECAE: hue angle of 90º degrees, saturation: 0.62, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #CDECAE is Cyan = 0.13, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 205 | 236 | 174 | - |
| CMYK | 0.13 | 0 | 0.26 | 0.07 |
| HSL | 90º | 0.62% | 0.8% | - |
| HSV(B) | 90º | 0.26% | 0.93% | - |
| XYZ | 62.81 | 76.03 | 51.41 | - |
| YUV | 219.66 | 102.23 | 117.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 236 | 174 | 0.13 | 0 | 0.26 | 0.07 | 90 | 0.62 | 0.8 |
| Hex | CD | EC | AE | D | 0 | 1A | 7 | 5A | 3E | 50 |
| Octal | 315 | 354 | 256 | 15 | 0 | 32 | 7 | 132 | 76 | 120 |
| Binary | 11001101 | 11101100 | 10101110 | 1101 | 0 | 11010 | 111 | 1011010 | 111110 | 1010000 |
Color Harmonies of #CDECAE
Complementary color
Monochromatic Colors of #CDECAE
Black with #CDECAE
Text Example
Text Example
White with #CDECAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDECAE; }
p { color: rgb(205,236,174); }
H1.HeaderClassName
{
color: #CDECAE;
}
.AnyTagClassName
{
color: #CDECAE;
}
</style>
background-color css
<style>
a { background-color: #CDECAE; }
a { background-color: rgb(205,236,174); }
div.DivClassName
{
background-color: #CDECAE;
}
.BgClassName
{
background-color: #CDECAE;
}
</style>
border-color css
<style>
span { border-color: #CDECAE; }
span { border-color: rgb(205,236,174); }
td.TdClassName
{
border-color: #CDECAE;
}
.TagClassName
{
border-color: #CDECAE;
}
</style>