Shades of Reef #CFE3B4
Tints of Reef #CFE3B4
RGB
CMYK
RGB Variations
Color information
#CFE3B4 (or 0xCFE3B4) is known color: Reef. HEX triplet: CF, E3 and B4. RGB value is (207,227,180). Sum of RGB (Red+Green+Blue) = 207+227+180=614 (81% of max value = 765). Red value is 207 (81.25% from 255 or 33.71% from 614); Green value is 227 (89.06% from 255 or 36.97% from 614); Blue value is 180 (70.70% from 255 or 29.32% from 614); Max value from RGB is 227 - color contains mainly: green. Hex color #CFE3B4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFE3B4 is #301C4B. Grayscale: #D7D7D7. Windows color (decimal): -3152972 or 11854799. OLE color: 11854799.
HSL color Cylindrical-coordinate representation of color #CFE3B4: hue angle of 85.53º degrees, saturation: 0.46, 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 #CFE3B4 is Cyan = 0.09, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 207 | 227 | 180 | - |
| CMYK | 0.09 | 0 | 0.21 | 0.11 |
| HSL | 85.53º | 0.46% | 0.8% | - |
| HSV(B) | 85.53º | 0.21% | 0.89% | - |
| XYZ | 61.44 | 71.5 | 53.74 | - |
| YUV | 215.66 | 107.87 | 121.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 227 | 180 | 0.09 | 0 | 0.21 | 0.11 | 85.53 | 0.46 | 0.8 |
| Hex | CF | E3 | B4 | 9 | 0 | 15 | B | 56 | 2E | 50 |
| Octal | 317 | 343 | 264 | 11 | 0 | 25 | 13 | 126 | 56 | 120 |
| Binary | 11001111 | 11100011 | 10110100 | 1001 | 0 | 10101 | 1011 | 1010110 | 101110 | 1010000 |
Color Harmonies of #CFE3B4
Complementary color
Monochromatic Colors of #CFE3B4
Black with #CFE3B4
Text Example
Text Example
White with #CFE3B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFE3B4; }
p { color: rgb(207,227,180); }
H1.HeaderClassName
{
color: #CFE3B4;
}
.AnyTagClassName
{
color: #CFE3B4;
}
</style>
background-color css
<style>
a { background-color: #CFE3B4; }
a { background-color: rgb(207,227,180); }
div.DivClassName
{
background-color: #CFE3B4;
}
.BgClassName
{
background-color: #CFE3B4;
}
</style>
border-color css
<style>
span { border-color: #CFE3B4; }
span { border-color: rgb(207,227,180); }
td.TdClassName
{
border-color: #CFE3B4;
}
.TagClassName
{
border-color: #CFE3B4;
}
</style>