Shades of Reef #CCFDA1
Tints of Reef #CCFDA1
RGB
CMYK
RGB Variations
Color information
#CCFDA1 (or 0xCCFDA1) is known color: Reef. HEX triplet: CC, FD and A1. RGB value is (204,253,161). Sum of RGB (Red+Green+Blue) = 204+253+161=618 (81% of max value = 765). Red value is 204 (80.08% from 255 or 33.01% from 618); Green value is 253 (99.22% from 255 or 40.94% from 618); Blue value is 161 (63.28% from 255 or 26.05% from 618); Max value from RGB is 253 - color contains mainly: green. Hex color #CCFDA1 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CCFDA1 is #33025E. Grayscale: #E4E4E4. Windows color (decimal): -3342943 or 10616268. OLE color: 10616268.
HSL color Cylindrical-coordinate representation of color #CCFDA1: hue angle of 91.96º degrees, saturation: 0.96, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #CCFDA1 is Cyan = 0.19, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 204 | 253 | 161 | - |
| CMYK | 0.19 | 0 | 0.36 | 0.01 |
| HSL | 91.96º | 0.96% | 0.81% | - |
| HSV(B) | 91.96º | 0.36% | 0.99% | - |
| XYZ | 66.46 | 85.66 | 46.75 | - |
| YUV | 227.86 | 90.27 | 110.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 253 | 161 | 0.19 | 0 | 0.36 | 0.01 | 91.96 | 0.96 | 0.81 |
| Hex | CC | FD | A1 | 13 | 0 | 24 | 1 | 5C | 60 | 51 |
| Octal | 314 | 375 | 241 | 23 | 0 | 44 | 1 | 134 | 140 | 121 |
| Binary | 11001100 | 11111101 | 10100001 | 10011 | 0 | 100100 | 1 | 1011100 | 1100000 | 1010001 |
Color Harmonies of #CCFDA1
Complementary color
Monochromatic Colors of #CCFDA1
Black with #CCFDA1
Text Example
Text Example
White with #CCFDA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCFDA1; }
p { color: rgb(204,253,161); }
H1.HeaderClassName
{
color: #CCFDA1;
}
.AnyTagClassName
{
color: #CCFDA1;
}
</style>
background-color css
<style>
a { background-color: #CCFDA1; }
a { background-color: rgb(204,253,161); }
div.DivClassName
{
background-color: #CCFDA1;
}
.BgClassName
{
background-color: #CCFDA1;
}
</style>
border-color css
<style>
span { border-color: #CCFDA1; }
span { border-color: rgb(204,253,161); }
td.TdClassName
{
border-color: #CCFDA1;
}
.TagClassName
{
border-color: #CCFDA1;
}
</style>