Shades of Reef #CFDB99
Tints of Reef #CFDB99
RGB
CMYK
RGB Variations
Color information
#CFDB99 (or 0xCFDB99) is known color: Reef. HEX triplet: CF, DB and 99. RGB value is (207,219,153). Sum of RGB (Red+Green+Blue) = 207+219+153=579 (76% of max value = 765). Red value is 207 (81.25% from 255 or 35.75% from 579); Green value is 219 (85.94% from 255 or 37.82% from 579); Blue value is 153 (60.16% from 255 or 26.42% from 579); Max value from RGB is 219 - color contains mainly: green. Hex color #CFDB99 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFDB99 is #302466. Grayscale: #D0D0D0. Windows color (decimal): -3155047 or 10083279. OLE color: 10083279.
HSL color Cylindrical-coordinate representation of color #CFDB99: hue angle of 70.91º degrees, saturation: 0.48, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CFDB99 is Cyan = 0.05, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 207 | 219 | 153 | - |
| CMYK | 0.05 | 0 | 0.30 | 0.14 |
| HSL | 70.91º | 0.48% | 0.73% | - |
| HSV(B) | 70.91º | 0.3% | 0.86% | - |
| XYZ | 56.81 | 66.23 | 39.93 | - |
| YUV | 207.89 | 97.02 | 127.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 219 | 153 | 0.05 | 0 | 0.30 | 0.14 | 70.91 | 0.48 | 0.73 |
| Hex | CF | DB | 99 | 5 | 0 | 1E | E | 47 | 30 | 49 |
| Octal | 317 | 333 | 231 | 5 | 0 | 36 | 16 | 107 | 60 | 111 |
| Binary | 11001111 | 11011011 | 10011001 | 101 | 0 | 11110 | 1110 | 1000111 | 110000 | 1001001 |
Color Harmonies of #CFDB99
Complementary color
Monochromatic Colors of #CFDB99
Black with #CFDB99
Text Example
Text Example
White with #CFDB99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFDB99; }
p { color: rgb(207,219,153); }
H1.HeaderClassName
{
color: #CFDB99;
}
.AnyTagClassName
{
color: #CFDB99;
}
</style>
background-color css
<style>
a { background-color: #CFDB99; }
a { background-color: rgb(207,219,153); }
div.DivClassName
{
background-color: #CFDB99;
}
.BgClassName
{
background-color: #CFDB99;
}
</style>
border-color css
<style>
span { border-color: #CFDB99; }
span { border-color: rgb(207,219,153); }
td.TdClassName
{
border-color: #CFDB99;
}
.TagClassName
{
border-color: #CFDB99;
}
</style>