Shades of Reef #CFDB9E
Tints of Reef #CFDB9E
RGB
CMYK
RGB Variations
Color information
#CFDB9E (or 0xCFDB9E) is known color: Reef. HEX triplet: CF, DB and 9E. RGB value is (207,219,158). Sum of RGB (Red+Green+Blue) = 207+219+158=584 (77% of max value = 765). Red value is 207 (81.25% from 255 or 35.45% from 584); Green value is 219 (85.94% from 255 or 37.5% from 584); Blue value is 158 (62.11% from 255 or 27.05% from 584); Max value from RGB is 219 - color contains mainly: green. Hex color #CFDB9E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFDB9E is #302461. Grayscale: #D0D0D0. Windows color (decimal): -3155042 or 10410959. OLE color: 10410959.
HSL color Cylindrical-coordinate representation of color #CFDB9E: hue angle of 71.8º degrees, saturation: 0.46, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #CFDB9E is Cyan = 0.05, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 207 | 219 | 158 | - |
| CMYK | 0.05 | 0 | 0.28 | 0.14 |
| HSL | 71.8º | 0.46% | 0.74% | - |
| HSV(B) | 71.8º | 0.28% | 0.86% | - |
| XYZ | 57.24 | 66.4 | 42.15 | - |
| YUV | 208.46 | 99.52 | 126.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 219 | 158 | 0.05 | 0 | 0.28 | 0.14 | 71.8 | 0.46 | 0.74 |
| Hex | CF | DB | 9E | 5 | 0 | 1C | E | 48 | 2E | 4A |
| Octal | 317 | 333 | 236 | 5 | 0 | 34 | 16 | 110 | 56 | 112 |
| Binary | 11001111 | 11011011 | 10011110 | 101 | 0 | 11100 | 1110 | 1001000 | 101110 | 1001010 |
Color Harmonies of #CFDB9E
Complementary color
Monochromatic Colors of #CFDB9E
Black with #CFDB9E
Text Example
Text Example
White with #CFDB9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFDB9E; }
p { color: rgb(207,219,158); }
H1.HeaderClassName
{
color: #CFDB9E;
}
.AnyTagClassName
{
color: #CFDB9E;
}
</style>
background-color css
<style>
a { background-color: #CFDB9E; }
a { background-color: rgb(207,219,158); }
div.DivClassName
{
background-color: #CFDB9E;
}
.BgClassName
{
background-color: #CFDB9E;
}
</style>
border-color css
<style>
span { border-color: #CFDB9E; }
span { border-color: rgb(207,219,158); }
td.TdClassName
{
border-color: #CFDB9E;
}
.TagClassName
{
border-color: #CFDB9E;
}
</style>