Shades of Reef #CCEEAD
Tints of Reef #CCEEAD
RGB
CMYK
RGB Variations
Color information
#CCEEAD (or 0xCCEEAD) is known color: Reef. HEX triplet: CC, EE and AD. RGB value is (204,238,173). Sum of RGB (Red+Green+Blue) = 204+238+173=615 (81% of max value = 765). Red value is 204 (80.08% from 255 or 33.17% from 615); Green value is 238 (93.36% from 255 or 38.70% from 615); Blue value is 173 (67.97% from 255 or 28.13% from 615); Max value from RGB is 238 - color contains mainly: green. Hex color #CCEEAD is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CCEEAD is #331152. Grayscale: #DCDCDC. Windows color (decimal): -3346771 or 11398860. OLE color: 11398860.
HSL color Cylindrical-coordinate representation of color #CCEEAD: hue angle of 91.38º degrees, saturation: 0.66, 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 #CCEEAD is Cyan = 0.14, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 204 | 238 | 173 | - |
| CMYK | 0.14 | 0 | 0.27 | 0.07 |
| HSL | 91.38º | 0.66% | 0.81% | - |
| HSV(B) | 91.38º | 0.27% | 0.93% | - |
| XYZ | 63.02 | 77 | 51.08 | - |
| YUV | 220.42 | 101.24 | 116.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 238 | 173 | 0.14 | 0 | 0.27 | 0.07 | 91.38 | 0.66 | 0.81 |
| Hex | CC | EE | AD | E | 0 | 1B | 7 | 5B | 42 | 51 |
| Octal | 314 | 356 | 255 | 16 | 0 | 33 | 7 | 133 | 102 | 121 |
| Binary | 11001100 | 11101110 | 10101101 | 1110 | 0 | 11011 | 111 | 1011011 | 1000010 | 1010001 |
Color Harmonies of #CCEEAD
Complementary color
Monochromatic Colors of #CCEEAD
Black with #CCEEAD
Text Example
Text Example
White with #CCEEAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCEEAD; }
p { color: rgb(204,238,173); }
H1.HeaderClassName
{
color: #CCEEAD;
}
.AnyTagClassName
{
color: #CCEEAD;
}
</style>
background-color css
<style>
a { background-color: #CCEEAD; }
a { background-color: rgb(204,238,173); }
div.DivClassName
{
background-color: #CCEEAD;
}
.BgClassName
{
background-color: #CCEEAD;
}
</style>
border-color css
<style>
span { border-color: #CCEEAD; }
span { border-color: rgb(204,238,173); }
td.TdClassName
{
border-color: #CCEEAD;
}
.TagClassName
{
border-color: #CCEEAD;
}
</style>