Shades of Reef #CFE4B3
Tints of Reef #CFE4B3
RGB
CMYK
RGB Variations
Color information
#CFE4B3 (or 0xCFE4B3) is known color: Reef. HEX triplet: CF, E4 and B3. RGB value is (207,228,179). Sum of RGB (Red+Green+Blue) = 207+228+179=614 (81% of max value = 765). Red value is 207 (81.25% from 255 or 33.71% from 614); Green value is 228 (89.45% from 255 or 37.13% from 614); Blue value is 179 (70.31% from 255 or 29.15% from 614); Max value from RGB is 228 - color contains mainly: green. Hex color #CFE4B3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFE4B3 is #301B4C. Grayscale: #D8D8D8. Windows color (decimal): -3152717 or 11789519. OLE color: 11789519.
HSL color Cylindrical-coordinate representation of color #CFE4B3: hue angle of 85.71º degrees, saturation: 0.48, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #CFE4B3 is Cyan = 0.09, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 207 | 228 | 179 | - |
| CMYK | 0.09 | 0 | 0.21 | 0.11 |
| HSL | 85.71º | 0.48% | 0.8% | - |
| HSV(B) | 85.71º | 0.21% | 0.89% | - |
| XYZ | 61.61 | 72.01 | 53.3 | - |
| YUV | 216.14 | 107.04 | 121.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 228 | 179 | 0.09 | 0 | 0.21 | 0.11 | 85.71 | 0.48 | 0.8 |
| Hex | CF | E4 | B3 | 9 | 0 | 15 | B | 56 | 30 | 50 |
| Octal | 317 | 344 | 263 | 11 | 0 | 25 | 13 | 126 | 60 | 120 |
| Binary | 11001111 | 11100100 | 10110011 | 1001 | 0 | 10101 | 1011 | 1010110 | 110000 | 1010000 |
Color Harmonies of #CFE4B3
Complementary color
Monochromatic Colors of #CFE4B3
Black with #CFE4B3
Text Example
Text Example
White with #CFE4B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFE4B3; }
p { color: rgb(207,228,179); }
H1.HeaderClassName
{
color: #CFE4B3;
}
.AnyTagClassName
{
color: #CFE4B3;
}
</style>
background-color css
<style>
a { background-color: #CFE4B3; }
a { background-color: rgb(207,228,179); }
div.DivClassName
{
background-color: #CFE4B3;
}
.BgClassName
{
background-color: #CFE4B3;
}
</style>
border-color css
<style>
span { border-color: #CFE4B3; }
span { border-color: rgb(207,228,179); }
td.TdClassName
{
border-color: #CFE4B3;
}
.TagClassName
{
border-color: #CFE4B3;
}
</style>