Shades of Reef #CCFDA5
Tints of Reef #CCFDA5
RGB
CMYK
RGB Variations
Color information
#CCFDA5 (or 0xCCFDA5) is known color: Reef. HEX triplet: CC, FD and A5. RGB value is (204,253,165). Sum of RGB (Red+Green+Blue) = 204+253+165=622 (82% of max value = 765). Red value is 204 (80.08% from 255 or 32.80% from 622); Green value is 253 (99.22% from 255 or 40.68% from 622); Blue value is 165 (64.84% from 255 or 26.53% from 622); Max value from RGB is 253 - color contains mainly: green. Hex color #CCFDA5 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CCFDA5 is #33025A. Grayscale: #E4E4E4. Windows color (decimal): -3342939 or 10878412. OLE color: 10878412.
HSL color Cylindrical-coordinate representation of color #CCFDA5: hue angle of 93.41º 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 #CCFDA5 is Cyan = 0.19, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 204 | 253 | 165 | - |
| CMYK | 0.19 | 0 | 0.35 | 0.01 |
| HSL | 93.41º | 0.96% | 0.82% | - |
| HSV(B) | 93.41º | 0.35% | 0.99% | - |
| XYZ | 66.82 | 85.8 | 48.64 | - |
| YUV | 228.32 | 92.27 | 110.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 253 | 165 | 0.19 | 0 | 0.35 | 0.01 | 93.41 | 0.96 | 0.82 |
| Hex | CC | FD | A5 | 13 | 0 | 23 | 1 | 5D | 60 | 52 |
| Octal | 314 | 375 | 245 | 23 | 0 | 43 | 1 | 135 | 140 | 122 |
| Binary | 11001100 | 11111101 | 10100101 | 10011 | 0 | 100011 | 1 | 1011101 | 1100000 | 1010010 |
Color Harmonies of #CCFDA5
Complementary color
Monochromatic Colors of #CCFDA5
Black with #CCFDA5
Text Example
Text Example
White with #CCFDA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCFDA5; }
p { color: rgb(204,253,165); }
H1.HeaderClassName
{
color: #CCFDA5;
}
.AnyTagClassName
{
color: #CCFDA5;
}
</style>
background-color css
<style>
a { background-color: #CCFDA5; }
a { background-color: rgb(204,253,165); }
div.DivClassName
{
background-color: #CCFDA5;
}
.BgClassName
{
background-color: #CCFDA5;
}
</style>
border-color css
<style>
span { border-color: #CCFDA5; }
span { border-color: rgb(204,253,165); }
td.TdClassName
{
border-color: #CCFDA5;
}
.TagClassName
{
border-color: #CCFDA5;
}
</style>