Shades of Reef #CCFDA4
Tints of Reef #CCFDA4
RGB
CMYK
RGB Variations
Color information
#CCFDA4 (or 0xCCFDA4) is known color: Reef. HEX triplet: CC, FD and A4. RGB value is (204,253,164). Sum of RGB (Red+Green+Blue) = 204+253+164=621 (82% of max value = 765). Red value is 204 (80.08% from 255 or 32.85% from 621); Green value is 253 (99.22% from 255 or 40.74% from 621); Blue value is 164 (64.45% from 255 or 26.41% from 621); Max value from RGB is 253 - color contains mainly: green. Hex color #CCFDA4 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CCFDA4 is #33025B. Grayscale: #E4E4E4. Windows color (decimal): -3342940 or 10812876. OLE color: 10812876.
HSL color Cylindrical-coordinate representation of color #CCFDA4: hue angle of 93.03º degrees, saturation: 0.96, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #CCFDA4 is Cyan = 0.19, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 204 | 253 | 164 | - |
| CMYK | 0.19 | 0 | 0.35 | 0.01 |
| HSL | 93.03º | 0.96% | 0.82% | - |
| HSV(B) | 93.03º | 0.35% | 0.99% | - |
| XYZ | 66.73 | 85.77 | 48.16 | - |
| YUV | 228.2 | 91.77 | 110.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 253 | 164 | 0.19 | 0 | 0.35 | 0.01 | 93.03 | 0.96 | 0.82 |
| Hex | CC | FD | A4 | 13 | 0 | 23 | 1 | 5D | 60 | 52 |
| Octal | 314 | 375 | 244 | 23 | 0 | 43 | 1 | 135 | 140 | 122 |
| Binary | 11001100 | 11111101 | 10100100 | 10011 | 0 | 100011 | 1 | 1011101 | 1100000 | 1010010 |
Color Harmonies of #CCFDA4
Complementary color
Monochromatic Colors of #CCFDA4
Black with #CCFDA4
Text Example
Text Example
White with #CCFDA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCFDA4; }
p { color: rgb(204,253,164); }
H1.HeaderClassName
{
color: #CCFDA4;
}
.AnyTagClassName
{
color: #CCFDA4;
}
</style>
background-color css
<style>
a { background-color: #CCFDA4; }
a { background-color: rgb(204,253,164); }
div.DivClassName
{
background-color: #CCFDA4;
}
.BgClassName
{
background-color: #CCFDA4;
}
</style>
border-color css
<style>
span { border-color: #CCFDA4; }
span { border-color: rgb(204,253,164); }
td.TdClassName
{
border-color: #CCFDA4;
}
.TagClassName
{
border-color: #CCFDA4;
}
</style>