Shades of Reef #CFDEA6
Tints of Reef #CFDEA6
RGB
CMYK
RGB Variations
Color information
#CFDEA6 (or 0xCFDEA6) is known color: Reef. HEX triplet: CF, DE and A6. RGB value is (207,222,166). Sum of RGB (Red+Green+Blue) = 207+222+166=595 (78% of max value = 765). Red value is 207 (81.25% from 255 or 34.79% from 595); Green value is 222 (87.11% from 255 or 37.31% from 595); Blue value is 166 (65.23% from 255 or 27.90% from 595); Max value from RGB is 222 - color contains mainly: green. Hex color #CFDEA6 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFDEA6 is #302159. Grayscale: #D3D3D3. Windows color (decimal): -3154266 or 10936015. OLE color: 10936015.
HSL color Cylindrical-coordinate representation of color #CFDEA6: hue angle of 76.07º degrees, saturation: 0.46, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #CFDEA6 is Cyan = 0.07, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 207 | 222 | 166 | - |
| CMYK | 0.07 | 0 | 0.25 | 0.13 |
| HSL | 76.07º | 0.46% | 0.76% | - |
| HSV(B) | 76.07º | 0.25% | 0.87% | - |
| XYZ | 58.74 | 68.26 | 46.16 | - |
| YUV | 211.13 | 102.53 | 125.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 222 | 166 | 0.07 | 0 | 0.25 | 0.13 | 76.07 | 0.46 | 0.76 |
| Hex | CF | DE | A6 | 7 | 0 | 19 | D | 4C | 2E | 4C |
| Octal | 317 | 336 | 246 | 7 | 0 | 31 | 15 | 114 | 56 | 114 |
| Binary | 11001111 | 11011110 | 10100110 | 111 | 0 | 11001 | 1101 | 1001100 | 101110 | 1001100 |
Color Harmonies of #CFDEA6
Complementary color
Monochromatic Colors of #CFDEA6
Black with #CFDEA6
Text Example
Text Example
White with #CFDEA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFDEA6; }
p { color: rgb(207,222,166); }
H1.HeaderClassName
{
color: #CFDEA6;
}
.AnyTagClassName
{
color: #CFDEA6;
}
</style>
background-color css
<style>
a { background-color: #CFDEA6; }
a { background-color: rgb(207,222,166); }
div.DivClassName
{
background-color: #CFDEA6;
}
.BgClassName
{
background-color: #CFDEA6;
}
</style>
border-color css
<style>
span { border-color: #CFDEA6; }
span { border-color: rgb(207,222,166); }
td.TdClassName
{
border-color: #CFDEA6;
}
.TagClassName
{
border-color: #CFDEA6;
}
</style>