Shades of Reef #CCFDA2
Tints of Reef #CCFDA2
RGB
CMYK
RGB Variations
Color information
#CCFDA2 (or 0xCCFDA2) is known color: Reef. HEX triplet: CC, FD and A2. RGB value is (204,253,162). Sum of RGB (Red+Green+Blue) = 204+253+162=619 (81% of max value = 765). Red value is 204 (80.08% from 255 or 32.96% from 619); Green value is 253 (99.22% from 255 or 40.87% from 619); Blue value is 162 (63.67% from 255 or 26.17% from 619); Max value from RGB is 253 - color contains mainly: green. Hex color #CCFDA2 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CCFDA2 is #33025D. Grayscale: #E4E4E4. Windows color (decimal): -3342942 or 10681804. OLE color: 10681804.
HSL color Cylindrical-coordinate representation of color #CCFDA2: hue angle of 92.31º 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 #CCFDA2 is Cyan = 0.19, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 204 | 253 | 162 | - |
| CMYK | 0.19 | 0 | 0.36 | 0.01 |
| HSL | 92.31º | 0.96% | 0.81% | - |
| HSV(B) | 92.31º | 0.36% | 0.99% | - |
| XYZ | 66.55 | 85.7 | 47.22 | - |
| YUV | 227.98 | 90.77 | 110.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 253 | 162 | 0.19 | 0 | 0.36 | 0.01 | 92.31 | 0.96 | 0.81 |
| Hex | CC | FD | A2 | 13 | 0 | 24 | 1 | 5C | 60 | 51 |
| Octal | 314 | 375 | 242 | 23 | 0 | 44 | 1 | 134 | 140 | 121 |
| Binary | 11001100 | 11111101 | 10100010 | 10011 | 0 | 100100 | 1 | 1011100 | 1100000 | 1010001 |
Color Harmonies of #CCFDA2
Complementary color
Monochromatic Colors of #CCFDA2
Black with #CCFDA2
Text Example
Text Example
White with #CCFDA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCFDA2; }
p { color: rgb(204,253,162); }
H1.HeaderClassName
{
color: #CCFDA2;
}
.AnyTagClassName
{
color: #CCFDA2;
}
</style>
background-color css
<style>
a { background-color: #CCFDA2; }
a { background-color: rgb(204,253,162); }
div.DivClassName
{
background-color: #CCFDA2;
}
.BgClassName
{
background-color: #CCFDA2;
}
</style>
border-color css
<style>
span { border-color: #CCFDA2; }
span { border-color: rgb(204,253,162); }
td.TdClassName
{
border-color: #CCFDA2;
}
.TagClassName
{
border-color: #CCFDA2;
}
</style>