Shades of Reef #CFDDA9
Tints of Reef #CFDDA9
RGB
CMYK
RGB Variations
Color information
#CFDDA9 (or 0xCFDDA9) is known color: Reef. HEX triplet: CF, DD and A9. RGB value is (207,221,169). Sum of RGB (Red+Green+Blue) = 207+221+169=597 (79% of max value = 765). Red value is 207 (81.25% from 255 or 34.67% from 597); Green value is 221 (86.72% from 255 or 37.02% from 597); Blue value is 169 (66.41% from 255 or 28.31% from 597); Max value from RGB is 221 - color contains mainly: green. Hex color #CFDDA9 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFDDA9 is #302256. Grayscale: #D3D3D3. Windows color (decimal): -3154519 or 11132367. OLE color: 11132367.
HSL color Cylindrical-coordinate representation of color #CFDDA9: hue angle of 76.15º degrees, saturation: 0.43, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #CFDDA9 is Cyan = 0.06, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 207 | 221 | 169 | - |
| CMYK | 0.06 | 0 | 0.24 | 0.13 |
| HSL | 76.15º | 0.43% | 0.76% | - |
| HSV(B) | 76.15º | 0.24% | 0.87% | - |
| XYZ | 58.75 | 67.84 | 47.53 | - |
| YUV | 210.89 | 104.36 | 125.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 221 | 169 | 0.06 | 0 | 0.24 | 0.13 | 76.15 | 0.43 | 0.76 |
| Hex | CF | DD | A9 | 6 | 0 | 18 | D | 4C | 2B | 4C |
| Octal | 317 | 335 | 251 | 6 | 0 | 30 | 15 | 114 | 53 | 114 |
| Binary | 11001111 | 11011101 | 10101001 | 110 | 0 | 11000 | 1101 | 1001100 | 101011 | 1001100 |
Color Harmonies of #CFDDA9
Complementary color
Monochromatic Colors of #CFDDA9
Black with #CFDDA9
Text Example
Text Example
White with #CFDDA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFDDA9; }
p { color: rgb(207,221,169); }
H1.HeaderClassName
{
color: #CFDDA9;
}
.AnyTagClassName
{
color: #CFDDA9;
}
</style>
background-color css
<style>
a { background-color: #CFDDA9; }
a { background-color: rgb(207,221,169); }
div.DivClassName
{
background-color: #CFDDA9;
}
.BgClassName
{
background-color: #CFDDA9;
}
</style>
border-color css
<style>
span { border-color: #CFDDA9; }
span { border-color: rgb(207,221,169); }
td.TdClassName
{
border-color: #CFDDA9;
}
.TagClassName
{
border-color: #CFDDA9;
}
</style>