Shades of Reef #CCF0AD
Tints of Reef #CCF0AD
RGB
CMYK
RGB Variations
Color information
#CCF0AD (or 0xCCF0AD) is known color: Reef. HEX triplet: CC, F0 and AD. RGB value is (204,240,173). Sum of RGB (Red+Green+Blue) = 204+240+173=617 (81% of max value = 765). Red value is 204 (80.08% from 255 or 33.06% from 617); Green value is 240 (94.14% from 255 or 38.90% from 617); Blue value is 173 (67.97% from 255 or 28.04% from 617); Max value from RGB is 240 - color contains mainly: green. Hex color #CCF0AD is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CCF0AD is #330F52. Grayscale: #DDDDDD. Windows color (decimal): -3346259 or 11399372. OLE color: 11399372.
HSL color Cylindrical-coordinate representation of color #CCF0AD: hue angle of 92.24º degrees, saturation: 0.69, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #CCF0AD is Cyan = 0.15, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 204 | 240 | 173 | - |
| CMYK | 0.15 | 0 | 0.28 | 0.06 |
| HSL | 92.24º | 0.69% | 0.81% | - |
| HSV(B) | 92.24º | 0.28% | 0.94% | - |
| XYZ | 63.6 | 78.17 | 51.27 | - |
| YUV | 221.6 | 100.57 | 115.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 240 | 173 | 0.15 | 0 | 0.28 | 0.06 | 92.24 | 0.69 | 0.81 |
| Hex | CC | F0 | AD | F | 0 | 1C | 6 | 5C | 45 | 51 |
| Octal | 314 | 360 | 255 | 17 | 0 | 34 | 6 | 134 | 105 | 121 |
| Binary | 11001100 | 11110000 | 10101101 | 1111 | 0 | 11100 | 110 | 1011100 | 1000101 | 1010001 |
Color Harmonies of #CCF0AD
Complementary color
Monochromatic Colors of #CCF0AD
Black with #CCF0AD
Text Example
Text Example
White with #CCF0AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCF0AD; }
p { color: rgb(204,240,173); }
H1.HeaderClassName
{
color: #CCF0AD;
}
.AnyTagClassName
{
color: #CCF0AD;
}
</style>
background-color css
<style>
a { background-color: #CCF0AD; }
a { background-color: rgb(204,240,173); }
div.DivClassName
{
background-color: #CCF0AD;
}
.BgClassName
{
background-color: #CCF0AD;
}
</style>
border-color css
<style>
span { border-color: #CCF0AD; }
span { border-color: rgb(204,240,173); }
td.TdClassName
{
border-color: #CCF0AD;
}
.TagClassName
{
border-color: #CCF0AD;
}
</style>