Shades of Reef #CFE0AD
Tints of Reef #CFE0AD
RGB
CMYK
RGB Variations
Color information
#CFE0AD (or 0xCFE0AD) is known color: Reef. HEX triplet: CF, E0 and AD. RGB value is (207,224,173). Sum of RGB (Red+Green+Blue) = 207+224+173=604 (80% of max value = 765). Red value is 207 (81.25% from 255 or 34.27% from 604); Green value is 224 (87.89% from 255 or 37.09% from 604); Blue value is 173 (67.97% from 255 or 28.64% from 604); Max value from RGB is 224 - color contains mainly: green. Hex color #CFE0AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFE0AD is #301F52. Grayscale: #D5D5D5. Windows color (decimal): -3153747 or 11395279. OLE color: 11395279.
HSL color Cylindrical-coordinate representation of color #CFE0AD: hue angle of 80º degrees, saturation: 0.45, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #CFE0AD is Cyan = 0.08, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 207 | 224 | 173 | - |
| CMYK | 0.08 | 0 | 0.23 | 0.12 |
| HSL | 80º | 0.45% | 0.78% | - |
| HSV(B) | 80º | 0.23% | 0.88% | - |
| XYZ | 59.93 | 69.59 | 49.81 | - |
| YUV | 213.1 | 105.37 | 123.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 224 | 173 | 0.08 | 0 | 0.23 | 0.12 | 80 | 0.45 | 0.78 |
| Hex | CF | E0 | AD | 8 | 0 | 17 | C | 50 | 2D | 4E |
| Octal | 317 | 340 | 255 | 10 | 0 | 27 | 14 | 120 | 55 | 116 |
| Binary | 11001111 | 11100000 | 10101101 | 1000 | 0 | 10111 | 1100 | 1010000 | 101101 | 1001110 |
Color Harmonies of #CFE0AD
Complementary color
Monochromatic Colors of #CFE0AD
Black with #CFE0AD
Text Example
Text Example
White with #CFE0AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFE0AD; }
p { color: rgb(207,224,173); }
H1.HeaderClassName
{
color: #CFE0AD;
}
.AnyTagClassName
{
color: #CFE0AD;
}
</style>
background-color css
<style>
a { background-color: #CFE0AD; }
a { background-color: rgb(207,224,173); }
div.DivClassName
{
background-color: #CFE0AD;
}
.BgClassName
{
background-color: #CFE0AD;
}
</style>
border-color css
<style>
span { border-color: #CFE0AD; }
span { border-color: rgb(207,224,173); }
td.TdClassName
{
border-color: #CFE0AD;
}
.TagClassName
{
border-color: #CFE0AD;
}
</style>