Shades of Reef #CDEDAE
Tints of Reef #CDEDAE
RGB
CMYK
RGB Variations
Color information
#CDEDAE (or 0xCDEDAE) is known color: Reef. HEX triplet: CD, ED and AE. RGB value is (205,237,174). Sum of RGB (Red+Green+Blue) = 205+237+174=616 (81% of max value = 765). Red value is 205 (80.47% from 255 or 33.28% from 616); Green value is 237 (92.97% from 255 or 38.47% from 616); Blue value is 174 (68.36% from 255 or 28.25% from 616); Max value from RGB is 237 - color contains mainly: green. Hex color #CDEDAE is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CDEDAE is #321251. Grayscale: #DCDCDC. Windows color (decimal): -3281490 or 11464141. OLE color: 11464141.
HSL color Cylindrical-coordinate representation of color #CDEDAE: hue angle of 90.48º degrees, saturation: 0.64, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #CDEDAE is Cyan = 0.14, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 205 | 237 | 174 | - |
| CMYK | 0.14 | 0 | 0.27 | 0.07 |
| HSL | 90.48º | 0.64% | 0.81% | - |
| HSV(B) | 90.48º | 0.27% | 0.93% | - |
| XYZ | 63.1 | 76.6 | 51.5 | - |
| YUV | 220.25 | 101.9 | 117.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 237 | 174 | 0.14 | 0 | 0.27 | 0.07 | 90.48 | 0.64 | 0.81 |
| Hex | CD | ED | AE | E | 0 | 1B | 7 | 5A | 40 | 51 |
| Octal | 315 | 355 | 256 | 16 | 0 | 33 | 7 | 132 | 100 | 121 |
| Binary | 11001101 | 11101101 | 10101110 | 1110 | 0 | 11011 | 111 | 1011010 | 1000000 | 1010001 |
Color Harmonies of #CDEDAE
Complementary color
Monochromatic Colors of #CDEDAE
Black with #CDEDAE
Text Example
Text Example
White with #CDEDAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDEDAE; }
p { color: rgb(205,237,174); }
H1.HeaderClassName
{
color: #CDEDAE;
}
.AnyTagClassName
{
color: #CDEDAE;
}
</style>
background-color css
<style>
a { background-color: #CDEDAE; }
a { background-color: rgb(205,237,174); }
div.DivClassName
{
background-color: #CDEDAE;
}
.BgClassName
{
background-color: #CDEDAE;
}
</style>
border-color css
<style>
span { border-color: #CDEDAE; }
span { border-color: rgb(205,237,174); }
td.TdClassName
{
border-color: #CDEDAE;
}
.TagClassName
{
border-color: #CDEDAE;
}
</style>