Shades of Reef #CCFDA8
Tints of Reef #CCFDA8
RGB
CMYK
RGB Variations
Color information
#CCFDA8 (or 0xCCFDA8) is known color: Reef. HEX triplet: CC, FD and A8. RGB value is (204,253,168). Sum of RGB (Red+Green+Blue) = 204+253+168=625 (82% of max value = 765). Red value is 204 (80.08% from 255 or 32.64% from 625); Green value is 253 (99.22% from 255 or 40.48% from 625); Blue value is 168 (66.02% from 255 or 26.88% from 625); Max value from RGB is 253 - color contains mainly: green. Hex color #CCFDA8 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CCFDA8 is #330257. Grayscale: #E4E4E4. Windows color (decimal): -3342936 or 11075020. OLE color: 11075020.
HSL color Cylindrical-coordinate representation of color #CCFDA8: hue angle of 94.59º degrees, saturation: 0.96, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #CCFDA8 is Cyan = 0.19, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 204 | 253 | 168 | - |
| CMYK | 0.19 | 0 | 0.34 | 0.01 |
| HSL | 94.59º | 0.96% | 0.83% | - |
| HSV(B) | 94.59º | 0.34% | 0.99% | - |
| XYZ | 67.1 | 85.92 | 50.09 | - |
| YUV | 228.66 | 93.77 | 110.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 253 | 168 | 0.19 | 0 | 0.34 | 0.01 | 94.59 | 0.96 | 0.83 |
| Hex | CC | FD | A8 | 13 | 0 | 22 | 1 | 5F | 60 | 53 |
| Octal | 314 | 375 | 250 | 23 | 0 | 42 | 1 | 137 | 140 | 123 |
| Binary | 11001100 | 11111101 | 10101000 | 10011 | 0 | 100010 | 1 | 1011111 | 1100000 | 1010011 |
Color Harmonies of #CCFDA8
Complementary color
Monochromatic Colors of #CCFDA8
Black with #CCFDA8
Text Example
Text Example
White with #CCFDA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCFDA8; }
p { color: rgb(204,253,168); }
H1.HeaderClassName
{
color: #CCFDA8;
}
.AnyTagClassName
{
color: #CCFDA8;
}
</style>
background-color css
<style>
a { background-color: #CCFDA8; }
a { background-color: rgb(204,253,168); }
div.DivClassName
{
background-color: #CCFDA8;
}
.BgClassName
{
background-color: #CCFDA8;
}
</style>
border-color css
<style>
span { border-color: #CCFDA8; }
span { border-color: rgb(204,253,168); }
td.TdClassName
{
border-color: #CCFDA8;
}
.TagClassName
{
border-color: #CCFDA8;
}
</style>