Shades of Reef #CFE2B2
Tints of Reef #CFE2B2
RGB
CMYK
RGB Variations
Color information
#CFE2B2 (or 0xCFE2B2) is known color: Reef. HEX triplet: CF, E2 and B2. RGB value is (207,226,178). Sum of RGB (Red+Green+Blue) = 207+226+178=611 (80% of max value = 765). Red value is 207 (81.25% from 255 or 33.88% from 611); Green value is 226 (88.67% from 255 or 36.99% from 611); Blue value is 178 (69.92% from 255 or 29.13% from 611); Max value from RGB is 226 - color contains mainly: green. Hex color #CFE2B2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFE2B2 is #301D4D. Grayscale: #D7D7D7. Windows color (decimal): -3153230 or 11723471. OLE color: 11723471.
HSL color Cylindrical-coordinate representation of color #CFE2B2: hue angle of 83.75º degrees, saturation: 0.45, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #CFE2B2 is Cyan = 0.08, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.11.
Color convert
RGB | 207 | 226 | 178 | - |
CMYK | 0.08 | 0 | 0.21 | 0.11 |
HSL | 83.75º | 0.45% | 0.79% | - |
HSV(B) | 83.75º | 0.21% | 0.89% | - |
XYZ | 60.96 | 70.87 | 52.59 | - |
YUV | 214.85 | 107.21 | 122.4 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 207 | 226 | 178 | 0.08 | 0 | 0.21 | 0.11 | 83.75 | 0.45 | 0.79 |
Hex | CF | E2 | B2 | 8 | 0 | 15 | B | 54 | 2D | 4F |
Octal | 317 | 342 | 262 | 10 | 0 | 25 | 13 | 124 | 55 | 117 |
Binary | 11001111 | 11100010 | 10110010 | 1000 | 0 | 10101 | 1011 | 1010100 | 101101 | 1001111 |
Color Harmonies of #CFE2B2
Complementary color
Monochromatic Colors of #CFE2B2
Black with #CFE2B2
Text Example
Text Example
White with #CFE2B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFE2B2; }
p { color: rgb(207,226,178); }
H1.HeaderClassName
{
color: #CFE2B2;
}
.AnyTagClassName
{
color: #CFE2B2;
}
</style>
background-color css
<style>
a { background-color: #CFE2B2; }
a { background-color: rgb(207,226,178); }
div.DivClassName
{
background-color: #CFE2B2;
}
.BgClassName
{
background-color: #CFE2B2;
}
</style>
border-color css
<style>
span { border-color: #CFE2B2; }
span { border-color: rgb(207,226,178); }
td.TdClassName
{
border-color: #CFE2B2;
}
.TagClassName
{
border-color: #CFE2B2;
}
</style>