Shades of Reef #CFDA9B
Tints of Reef #CFDA9B
RGB
CMYK
RGB Variations
Color information
#CFDA9B (or 0xCFDA9B) is known color: Reef. HEX triplet: CF, DA and 9B. RGB value is (207,218,155). Sum of RGB (Red+Green+Blue) = 207+218+155=580 (76% of max value = 765). Red value is 207 (81.25% from 255 or 35.69% from 580); Green value is 218 (85.55% from 255 or 37.59% from 580); Blue value is 155 (60.94% from 255 or 26.72% from 580); Max value from RGB is 218 - color contains mainly: green. Hex color #CFDA9B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFDA9B is #302564. Grayscale: #CFCFCF. Windows color (decimal): -3155301 or 10214095. OLE color: 10214095.
HSL color Cylindrical-coordinate representation of color #CFDA9B: hue angle of 70.48º degrees, saturation: 0.46, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #CFDA9B is Cyan = 0.05, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 207 | 218 | 155 | - |
| CMYK | 0.05 | 0 | 0.29 | 0.15 |
| HSL | 70.48º | 0.46% | 0.73% | - |
| HSV(B) | 70.48º | 0.29% | 0.85% | - |
| XYZ | 56.72 | 65.77 | 40.72 | - |
| YUV | 207.53 | 98.36 | 127.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 218 | 155 | 0.05 | 0 | 0.29 | 0.15 | 70.48 | 0.46 | 0.73 |
| Hex | CF | DA | 9B | 5 | 0 | 1D | F | 46 | 2E | 49 |
| Octal | 317 | 332 | 233 | 5 | 0 | 35 | 17 | 106 | 56 | 111 |
| Binary | 11001111 | 11011010 | 10011011 | 101 | 0 | 11101 | 1111 | 1000110 | 101110 | 1001001 |
Color Harmonies of #CFDA9B
Complementary color
Monochromatic Colors of #CFDA9B
Black with #CFDA9B
Text Example
Text Example
White with #CFDA9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFDA9B; }
p { color: rgb(207,218,155); }
H1.HeaderClassName
{
color: #CFDA9B;
}
.AnyTagClassName
{
color: #CFDA9B;
}
</style>
background-color css
<style>
a { background-color: #CFDA9B; }
a { background-color: rgb(207,218,155); }
div.DivClassName
{
background-color: #CFDA9B;
}
.BgClassName
{
background-color: #CFDA9B;
}
</style>
border-color css
<style>
span { border-color: #CFDA9B; }
span { border-color: rgb(207,218,155); }
td.TdClassName
{
border-color: #CFDA9B;
}
.TagClassName
{
border-color: #CFDA9B;
}
</style>