Shades of Reef #CCEDAE
Tints of Reef #CCEDAE
RGB
CMYK
RGB Variations
Color information
#CCEDAE (or 0xCCEDAE) is known color: Reef. HEX triplet: CC, ED and AE. RGB value is (204,237,174). Sum of RGB (Red+Green+Blue) = 204+237+174=615 (81% of max value = 765). Red value is 204 (80.08% from 255 or 33.17% from 615); Green value is 237 (92.97% from 255 or 38.54% from 615); Blue value is 174 (68.36% from 255 or 28.29% from 615); Max value from RGB is 237 - color contains mainly: green. Hex color #CCEDAE is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CCEDAE is #331251. Grayscale: #DCDCDC. Windows color (decimal): -3347026 or 11464140. OLE color: 11464140.
HSL color Cylindrical-coordinate representation of color #CCEDAE: hue angle of 91.43º 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 #CCEDAE is Cyan = 0.14, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 204 | 237 | 174 | - |
| CMYK | 0.14 | 0 | 0.27 | 0.07 |
| HSL | 91.43º | 0.64% | 0.81% | - |
| HSV(B) | 91.43º | 0.27% | 0.93% | - |
| XYZ | 62.83 | 76.46 | 51.49 | - |
| YUV | 219.95 | 102.07 | 116.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 237 | 174 | 0.14 | 0 | 0.27 | 0.07 | 91.43 | 0.64 | 0.81 |
| Hex | CC | ED | AE | E | 0 | 1B | 7 | 5B | 40 | 51 |
| Octal | 314 | 355 | 256 | 16 | 0 | 33 | 7 | 133 | 100 | 121 |
| Binary | 11001100 | 11101101 | 10101110 | 1110 | 0 | 11011 | 111 | 1011011 | 1000000 | 1010001 |
Color Harmonies of #CCEDAE
Complementary color
Monochromatic Colors of #CCEDAE
Black with #CCEDAE
Text Example
Text Example
White with #CCEDAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCEDAE; }
p { color: rgb(204,237,174); }
H1.HeaderClassName
{
color: #CCEDAE;
}
.AnyTagClassName
{
color: #CCEDAE;
}
</style>
background-color css
<style>
a { background-color: #CCEDAE; }
a { background-color: rgb(204,237,174); }
div.DivClassName
{
background-color: #CCEDAE;
}
.BgClassName
{
background-color: #CCEDAE;
}
</style>
border-color css
<style>
span { border-color: #CCEDAE; }
span { border-color: rgb(204,237,174); }
td.TdClassName
{
border-color: #CCEDAE;
}
.TagClassName
{
border-color: #CCEDAE;
}
</style>