Shades of Reef #CCEDAD
Tints of Reef #CCEDAD
RGB
CMYK
RGB Variations
Color information
#CCEDAD (or 0xCCEDAD) is known color: Reef. HEX triplet: CC, ED and AD. RGB value is (204,237,173). Sum of RGB (Red+Green+Blue) = 204+237+173=614 (81% of max value = 765). Red value is 204 (80.08% from 255 or 33.22% from 614); Green value is 237 (92.97% from 255 or 38.60% from 614); Blue value is 173 (67.97% from 255 or 28.18% from 614); Max value from RGB is 237 - color contains mainly: green. Hex color #CCEDAD is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CCEDAD is #331252. Grayscale: #DCDCDC. Windows color (decimal): -3347027 or 11398604. OLE color: 11398604.
HSL color Cylindrical-coordinate representation of color #CCEDAD: hue angle of 90.94º degrees, saturation: 0.64, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #CCEDAD is Cyan = 0.14, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 204 | 237 | 173 | - |
| CMYK | 0.14 | 0 | 0.27 | 0.07 |
| HSL | 90.94º | 0.64% | 0.8% | - |
| HSV(B) | 90.94º | 0.27% | 0.93% | - |
| XYZ | 62.73 | 76.42 | 50.98 | - |
| YUV | 219.84 | 101.57 | 116.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 237 | 173 | 0.14 | 0 | 0.27 | 0.07 | 90.94 | 0.64 | 0.8 |
| Hex | CC | ED | AD | E | 0 | 1B | 7 | 5B | 40 | 50 |
| Octal | 314 | 355 | 255 | 16 | 0 | 33 | 7 | 133 | 100 | 120 |
| Binary | 11001100 | 11101101 | 10101101 | 1110 | 0 | 11011 | 111 | 1011011 | 1000000 | 1010000 |
Color Harmonies of #CCEDAD
Complementary color
Monochromatic Colors of #CCEDAD
Black with #CCEDAD
Text Example
Text Example
White with #CCEDAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCEDAD; }
p { color: rgb(204,237,173); }
H1.HeaderClassName
{
color: #CCEDAD;
}
.AnyTagClassName
{
color: #CCEDAD;
}
</style>
background-color css
<style>
a { background-color: #CCEDAD; }
a { background-color: rgb(204,237,173); }
div.DivClassName
{
background-color: #CCEDAD;
}
.BgClassName
{
background-color: #CCEDAD;
}
</style>
border-color css
<style>
span { border-color: #CCEDAD; }
span { border-color: rgb(204,237,173); }
td.TdClassName
{
border-color: #CCEDAD;
}
.TagClassName
{
border-color: #CCEDAD;
}
</style>