Shades of Reef #CFDCA1
Tints of Reef #CFDCA1
RGB
CMYK
RGB Variations
Color information
#CFDCA1 (or 0xCFDCA1) is known color: Reef. HEX triplet: CF, DC and A1. RGB value is (207,220,161). Sum of RGB (Red+Green+Blue) = 207+220+161=588 (77% of max value = 765). Red value is 207 (81.25% from 255 or 35.20% from 588); Green value is 220 (86.33% from 255 or 37.41% from 588); Blue value is 161 (63.28% from 255 or 27.38% from 588); Max value from RGB is 220 - color contains mainly: green. Hex color #CFDCA1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFDCA1 is #30235E. Grayscale: #D1D1D1. Windows color (decimal): -3154783 or 10607823. OLE color: 10607823.
HSL color Cylindrical-coordinate representation of color #CFDCA1: hue angle of 73.22º degrees, saturation: 0.46, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #CFDCA1 is Cyan = 0.06, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 207 | 220 | 161 | - |
| CMYK | 0.06 | 0 | 0.27 | 0.14 |
| HSL | 73.22º | 0.46% | 0.75% | - |
| HSV(B) | 73.22º | 0.27% | 0.86% | - |
| XYZ | 57.76 | 67.03 | 43.61 | - |
| YUV | 209.39 | 100.69 | 126.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 220 | 161 | 0.06 | 0 | 0.27 | 0.14 | 73.22 | 0.46 | 0.75 |
| Hex | CF | DC | A1 | 6 | 0 | 1B | E | 49 | 2E | 4B |
| Octal | 317 | 334 | 241 | 6 | 0 | 33 | 16 | 111 | 56 | 113 |
| Binary | 11001111 | 11011100 | 10100001 | 110 | 0 | 11011 | 1110 | 1001001 | 101110 | 1001011 |
Color Harmonies of #CFDCA1
Complementary color
Monochromatic Colors of #CFDCA1
Black with #CFDCA1
Text Example
Text Example
White with #CFDCA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFDCA1; }
p { color: rgb(207,220,161); }
H1.HeaderClassName
{
color: #CFDCA1;
}
.AnyTagClassName
{
color: #CFDCA1;
}
</style>
background-color css
<style>
a { background-color: #CFDCA1; }
a { background-color: rgb(207,220,161); }
div.DivClassName
{
background-color: #CFDCA1;
}
.BgClassName
{
background-color: #CFDCA1;
}
</style>
border-color css
<style>
span { border-color: #CFDCA1; }
span { border-color: rgb(207,220,161); }
td.TdClassName
{
border-color: #CFDCA1;
}
.TagClassName
{
border-color: #CFDCA1;
}
</style>