Shades of Reef #CFFCAB
Tints of Reef #CFFCAB
RGB
CMYK
RGB Variations
Color information
#CFFCAB (or 0xCFFCAB) is known color: Reef. HEX triplet: CF, FC and AB. RGB value is (207,252,171). Sum of RGB (Red+Green+Blue) = 207+252+171=630 (83% of max value = 765). Red value is 207 (81.25% from 255 or 32.86% from 630); Green value is 252 (98.83% from 255 or 40% from 630); Blue value is 171 (67.19% from 255 or 27.14% from 630); Max value from RGB is 252 - color contains mainly: green. Hex color #CFFCAB is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CFFCAB is #300354. Grayscale: #E5E5E5. Windows color (decimal): -3146581 or 11271375. OLE color: 11271375.
HSL color Cylindrical-coordinate representation of color #CFFCAB: hue angle of 93.33º degrees, saturation: 0.93, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #CFFCAB is Cyan = 0.18, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 207 | 252 | 171 | - |
| CMYK | 0.18 | 0 | 0.32 | 0.01 |
| HSL | 93.33º | 0.93% | 0.83% | - |
| HSV(B) | 93.33º | 0.32% | 0.99% | - |
| XYZ | 67.89 | 85.83 | 51.52 | - |
| YUV | 229.31 | 95.09 | 112.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 252 | 171 | 0.18 | 0 | 0.32 | 0.01 | 93.33 | 0.93 | 0.83 |
| Hex | CF | FC | AB | 12 | 0 | 20 | 1 | 5D | 5D | 53 |
| Octal | 317 | 374 | 253 | 22 | 0 | 40 | 1 | 135 | 135 | 123 |
| Binary | 11001111 | 11111100 | 10101011 | 10010 | 0 | 100000 | 1 | 1011101 | 1011101 | 1010011 |
Color Harmonies of #CFFCAB
Complementary color
Monochromatic Colors of #CFFCAB
Black with #CFFCAB
Text Example
Text Example
White with #CFFCAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFFCAB; }
p { color: rgb(207,252,171); }
H1.HeaderClassName
{
color: #CFFCAB;
}
.AnyTagClassName
{
color: #CFFCAB;
}
</style>
background-color css
<style>
a { background-color: #CFFCAB; }
a { background-color: rgb(207,252,171); }
div.DivClassName
{
background-color: #CFFCAB;
}
.BgClassName
{
background-color: #CFFCAB;
}
</style>
border-color css
<style>
span { border-color: #CFFCAB; }
span { border-color: rgb(207,252,171); }
td.TdClassName
{
border-color: #CFFCAB;
}
.TagClassName
{
border-color: #CFFCAB;
}
</style>