Shades of Reef #CFF7AD
Tints of Reef #CFF7AD
RGB
CMYK
RGB Variations
Color information
#CFF7AD (or 0xCFF7AD) is known color: Reef. HEX triplet: CF, F7 and AD. RGB value is (207,247,173). Sum of RGB (Red+Green+Blue) = 207+247+173=627 (83% of max value = 765). Red value is 207 (81.25% from 255 or 33.01% from 627); Green value is 247 (96.88% from 255 or 39.39% from 627); Blue value is 173 (67.97% from 255 or 27.59% from 627); Max value from RGB is 247 - color contains mainly: green. Hex color #CFF7AD is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CFF7AD is #300852. Grayscale: #E2E2E2. Windows color (decimal): -3147859 or 11401167. OLE color: 11401167.
HSL color Cylindrical-coordinate representation of color #CFF7AD: hue angle of 92.43º degrees, saturation: 0.82, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CFF7AD is Cyan = 0.16, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 207 | 247 | 173 | - |
| CMYK | 0.16 | 0 | 0.30 | 0.03 |
| HSL | 92.43º | 0.82% | 0.82% | - |
| HSV(B) | 92.43º | 0.3% | 0.97% | - |
| XYZ | 66.54 | 82.8 | 52.01 | - |
| YUV | 226.6 | 97.75 | 114.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 247 | 173 | 0.16 | 0 | 0.30 | 0.03 | 92.43 | 0.82 | 0.82 |
| Hex | CF | F7 | AD | 10 | 0 | 1E | 3 | 5C | 52 | 52 |
| Octal | 317 | 367 | 255 | 20 | 0 | 36 | 3 | 134 | 122 | 122 |
| Binary | 11001111 | 11110111 | 10101101 | 10000 | 0 | 11110 | 11 | 1011100 | 1010010 | 1010010 |
Color Harmonies of #CFF7AD
Complementary color
Monochromatic Colors of #CFF7AD
Black with #CFF7AD
Text Example
Text Example
White with #CFF7AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFF7AD; }
p { color: rgb(207,247,173); }
H1.HeaderClassName
{
color: #CFF7AD;
}
.AnyTagClassName
{
color: #CFF7AD;
}
</style>
background-color css
<style>
a { background-color: #CFF7AD; }
a { background-color: rgb(207,247,173); }
div.DivClassName
{
background-color: #CFF7AD;
}
.BgClassName
{
background-color: #CFF7AD;
}
</style>
border-color css
<style>
span { border-color: #CFF7AD; }
span { border-color: rgb(207,247,173); }
td.TdClassName
{
border-color: #CFF7AD;
}
.TagClassName
{
border-color: #CFF7AD;
}
</style>