Shades of Reef #CCF1A1
Tints of Reef #CCF1A1
RGB
CMYK
RGB Variations
Color information
#CCF1A1 (or 0xCCF1A1) is known color: Reef. HEX triplet: CC, F1 and A1. RGB value is (204,241,161). Sum of RGB (Red+Green+Blue) = 204+241+161=606 (80% of max value = 765). Red value is 204 (80.08% from 255 or 33.66% from 606); Green value is 241 (94.53% from 255 or 39.77% from 606); Blue value is 161 (63.28% from 255 or 26.57% from 606); Max value from RGB is 241 - color contains mainly: green. Hex color #CCF1A1 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CCF1A1 is #330E5E. Grayscale: #DDDDDD. Windows color (decimal): -3346015 or 10613196. OLE color: 10613196.
HSL color Cylindrical-coordinate representation of color #CCF1A1: hue angle of 87.75º degrees, saturation: 0.74, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #CCF1A1 is Cyan = 0.15, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 204 | 241 | 161 | - |
| CMYK | 0.15 | 0 | 0.33 | 0.05 |
| HSL | 87.75º | 0.74% | 0.79% | - |
| HSV(B) | 87.75º | 0.33% | 0.95% | - |
| XYZ | 62.79 | 78.32 | 45.53 | - |
| YUV | 220.82 | 94.24 | 116 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 241 | 161 | 0.15 | 0 | 0.33 | 0.05 | 87.75 | 0.74 | 0.79 |
| Hex | CC | F1 | A1 | F | 0 | 21 | 5 | 58 | 4A | 4F |
| Octal | 314 | 361 | 241 | 17 | 0 | 41 | 5 | 130 | 112 | 117 |
| Binary | 11001100 | 11110001 | 10100001 | 1111 | 0 | 100001 | 101 | 1011000 | 1001010 | 1001111 |
Color Harmonies of #CCF1A1
Complementary color
Monochromatic Colors of #CCF1A1
Black with #CCF1A1
Text Example
Text Example
White with #CCF1A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCF1A1; }
p { color: rgb(204,241,161); }
H1.HeaderClassName
{
color: #CCF1A1;
}
.AnyTagClassName
{
color: #CCF1A1;
}
</style>
background-color css
<style>
a { background-color: #CCF1A1; }
a { background-color: rgb(204,241,161); }
div.DivClassName
{
background-color: #CCF1A1;
}
.BgClassName
{
background-color: #CCF1A1;
}
</style>
border-color css
<style>
span { border-color: #CCF1A1; }
span { border-color: rgb(204,241,161); }
td.TdClassName
{
border-color: #CCF1A1;
}
.TagClassName
{
border-color: #CCF1A1;
}
</style>