Shades of Reef #CFF1AD
Tints of Reef #CFF1AD
RGB
CMYK
RGB Variations
Color information
#CFF1AD (or 0xCFF1AD) is known color: Reef. HEX triplet: CF, F1 and AD. RGB value is (207,241,173). Sum of RGB (Red+Green+Blue) = 207+241+173=621 (82% of max value = 765). Red value is 207 (81.25% from 255 or 33.33% from 621); Green value is 241 (94.53% from 255 or 38.81% from 621); Blue value is 173 (67.97% from 255 or 27.86% from 621); Max value from RGB is 241 - color contains mainly: green. Hex color #CFF1AD is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CFF1AD is #300E52. Grayscale: #DFDFDF. Windows color (decimal): -3149395 or 11399631. OLE color: 11399631.
HSL color Cylindrical-coordinate representation of color #CFF1AD: hue angle of 90º degrees, saturation: 0.71, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #CFF1AD is Cyan = 0.14, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 207 | 241 | 173 | - |
| CMYK | 0.14 | 0 | 0.28 | 0.05 |
| HSL | 90º | 0.71% | 0.81% | - |
| HSV(B) | 90º | 0.28% | 0.95% | - |
| XYZ | 64.73 | 79.19 | 51.41 | - |
| YUV | 223.08 | 99.74 | 116.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 241 | 173 | 0.14 | 0 | 0.28 | 0.05 | 90 | 0.71 | 0.81 |
| Hex | CF | F1 | AD | E | 0 | 1C | 5 | 5A | 47 | 51 |
| Octal | 317 | 361 | 255 | 16 | 0 | 34 | 5 | 132 | 107 | 121 |
| Binary | 11001111 | 11110001 | 10101101 | 1110 | 0 | 11100 | 101 | 1011010 | 1000111 | 1010001 |
Color Harmonies of #CFF1AD
Complementary color
Monochromatic Colors of #CFF1AD
Black with #CFF1AD
Text Example
Text Example
White with #CFF1AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFF1AD; }
p { color: rgb(207,241,173); }
H1.HeaderClassName
{
color: #CFF1AD;
}
.AnyTagClassName
{
color: #CFF1AD;
}
</style>
background-color css
<style>
a { background-color: #CFF1AD; }
a { background-color: rgb(207,241,173); }
div.DivClassName
{
background-color: #CFF1AD;
}
.BgClassName
{
background-color: #CFF1AD;
}
</style>
border-color css
<style>
span { border-color: #CFF1AD; }
span { border-color: rgb(207,241,173); }
td.TdClassName
{
border-color: #CFF1AD;
}
.TagClassName
{
border-color: #CFF1AD;
}
</style>