Shades of Reef #CFDD9C
Tints of Reef #CFDD9C
RGB
CMYK
RGB Variations
Color information
#CFDD9C (or 0xCFDD9C) is known color: Reef. HEX triplet: CF, DD and 9C. RGB value is (207,221,156). Sum of RGB (Red+Green+Blue) = 207+221+156=584 (77% of max value = 765). Red value is 207 (81.25% from 255 or 35.45% from 584); Green value is 221 (86.72% from 255 or 37.84% from 584); Blue value is 156 (61.33% from 255 or 26.71% from 584); Max value from RGB is 221 - color contains mainly: green. Hex color #CFDD9C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFDD9C is #302263. Grayscale: #D1D1D1. Windows color (decimal): -3154532 or 10280399. OLE color: 10280399.
HSL color Cylindrical-coordinate representation of color #CFDD9C: hue angle of 72.92º degrees, saturation: 0.49, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #CFDD9C is Cyan = 0.06, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 207 | 221 | 156 | - |
| CMYK | 0.06 | 0 | 0.29 | 0.13 |
| HSL | 72.92º | 0.49% | 0.74% | - |
| HSV(B) | 72.92º | 0.29% | 0.87% | - |
| XYZ | 57.59 | 67.38 | 41.42 | - |
| YUV | 209.4 | 97.86 | 126.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 221 | 156 | 0.06 | 0 | 0.29 | 0.13 | 72.92 | 0.49 | 0.74 |
| Hex | CF | DD | 9C | 6 | 0 | 1D | D | 49 | 31 | 4A |
| Octal | 317 | 335 | 234 | 6 | 0 | 35 | 15 | 111 | 61 | 112 |
| Binary | 11001111 | 11011101 | 10011100 | 110 | 0 | 11101 | 1101 | 1001001 | 110001 | 1001010 |
Color Harmonies of #CFDD9C
Complementary color
Monochromatic Colors of #CFDD9C
Black with #CFDD9C
Text Example
Text Example
White with #CFDD9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFDD9C; }
p { color: rgb(207,221,156); }
H1.HeaderClassName
{
color: #CFDD9C;
}
.AnyTagClassName
{
color: #CFDD9C;
}
</style>
background-color css
<style>
a { background-color: #CFDD9C; }
a { background-color: rgb(207,221,156); }
div.DivClassName
{
background-color: #CFDD9C;
}
.BgClassName
{
background-color: #CFDD9C;
}
</style>
border-color css
<style>
span { border-color: #CFDD9C; }
span { border-color: rgb(207,221,156); }
td.TdClassName
{
border-color: #CFDD9C;
}
.TagClassName
{
border-color: #CFDD9C;
}
</style>