Shades of Reef #CFE29D
Tints of Reef #CFE29D
RGB
CMYK
RGB Variations
Color information
#CFE29D (or 0xCFE29D) is known color: Reef. HEX triplet: CF, E2 and 9D. RGB value is (207,226,157). Sum of RGB (Red+Green+Blue) = 207+226+157=590 (78% of max value = 765). Red value is 207 (81.25% from 255 or 35.08% from 590); Green value is 226 (88.67% from 255 or 38.31% from 590); Blue value is 157 (61.72% from 255 or 26.61% from 590); Max value from RGB is 226 - color contains mainly: green. Hex color #CFE29D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFE29D is #301D62. Grayscale: #D4D4D4. Windows color (decimal): -3153251 or 10347215. OLE color: 10347215.
HSL color Cylindrical-coordinate representation of color #CFE29D: hue angle of 76.52º degrees, saturation: 0.54, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #CFE29D is Cyan = 0.08, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 207 | 226 | 157 | - |
| CMYK | 0.08 | 0 | 0.31 | 0.11 |
| HSL | 76.52º | 0.54% | 0.75% | - |
| HSV(B) | 76.52º | 0.31% | 0.89% | - |
| XYZ | 59.01 | 70.09 | 42.32 | - |
| YUV | 212.45 | 96.71 | 124.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 226 | 157 | 0.08 | 0 | 0.31 | 0.11 | 76.52 | 0.54 | 0.75 |
| Hex | CF | E2 | 9D | 8 | 0 | 1F | B | 4D | 36 | 4B |
| Octal | 317 | 342 | 235 | 10 | 0 | 37 | 13 | 115 | 66 | 113 |
| Binary | 11001111 | 11100010 | 10011101 | 1000 | 0 | 11111 | 1011 | 1001101 | 110110 | 1001011 |
Color Harmonies of #CFE29D
Complementary color
Monochromatic Colors of #CFE29D
Black with #CFE29D
Text Example
Text Example
White with #CFE29D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFE29D; }
p { color: rgb(207,226,157); }
H1.HeaderClassName
{
color: #CFE29D;
}
.AnyTagClassName
{
color: #CFE29D;
}
</style>
background-color css
<style>
a { background-color: #CFE29D; }
a { background-color: rgb(207,226,157); }
div.DivClassName
{
background-color: #CFE29D;
}
.BgClassName
{
background-color: #CFE29D;
}
</style>
border-color css
<style>
span { border-color: #CFE29D; }
span { border-color: rgb(207,226,157); }
td.TdClassName
{
border-color: #CFE29D;
}
.TagClassName
{
border-color: #CFE29D;
}
</style>