Shades of Reef #CFDE9F
Tints of Reef #CFDE9F
RGB
CMYK
RGB Variations
Color information
#CFDE9F (or 0xCFDE9F) is known color: Reef. HEX triplet: CF, DE and 9F. RGB value is (207,222,159). Sum of RGB (Red+Green+Blue) = 207+222+159=588 (77% of max value = 765). Red value is 207 (81.25% from 255 or 35.20% from 588); Green value is 222 (87.11% from 255 or 37.76% from 588); Blue value is 159 (62.5% from 255 or 27.04% from 588); Max value from RGB is 222 - color contains mainly: green. Hex color #CFDE9F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFDE9F is #302160. Grayscale: #D2D2D2. Windows color (decimal): -3154273 or 10477263. OLE color: 10477263.
HSL color Cylindrical-coordinate representation of color #CFDE9F: hue angle of 74.29º degrees, saturation: 0.49, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #CFDE9F is Cyan = 0.07, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 207 | 222 | 159 | - |
| CMYK | 0.07 | 0 | 0.28 | 0.13 |
| HSL | 74.29º | 0.49% | 0.75% | - |
| HSV(B) | 74.29º | 0.28% | 0.87% | - |
| XYZ | 58.11 | 68.01 | 42.87 | - |
| YUV | 210.33 | 99.03 | 125.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 222 | 159 | 0.07 | 0 | 0.28 | 0.13 | 74.29 | 0.49 | 0.75 |
| Hex | CF | DE | 9F | 7 | 0 | 1C | D | 4A | 31 | 4B |
| Octal | 317 | 336 | 237 | 7 | 0 | 34 | 15 | 112 | 61 | 113 |
| Binary | 11001111 | 11011110 | 10011111 | 111 | 0 | 11100 | 1101 | 1001010 | 110001 | 1001011 |
Color Harmonies of #CFDE9F
Complementary color
Monochromatic Colors of #CFDE9F
Black with #CFDE9F
Text Example
Text Example
White with #CFDE9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFDE9F; }
p { color: rgb(207,222,159); }
H1.HeaderClassName
{
color: #CFDE9F;
}
.AnyTagClassName
{
color: #CFDE9F;
}
</style>
background-color css
<style>
a { background-color: #CFDE9F; }
a { background-color: rgb(207,222,159); }
div.DivClassName
{
background-color: #CFDE9F;
}
.BgClassName
{
background-color: #CFDE9F;
}
</style>
border-color css
<style>
span { border-color: #CFDE9F; }
span { border-color: rgb(207,222,159); }
td.TdClassName
{
border-color: #CFDE9F;
}
.TagClassName
{
border-color: #CFDE9F;
}
</style>