Shades of Reef #CFDEAA
Tints of Reef #CFDEAA
RGB
CMYK
RGB Variations
Color information
#CFDEAA (or 0xCFDEAA) is known color: Reef. HEX triplet: CF, DE and AA. RGB value is (207,222,170). Sum of RGB (Red+Green+Blue) = 207+222+170=599 (79% of max value = 765). Red value is 207 (81.25% from 255 or 34.56% from 599); Green value is 222 (87.11% from 255 or 37.06% from 599); Blue value is 170 (66.80% from 255 or 28.38% from 599); Max value from RGB is 222 - color contains mainly: green. Hex color #CFDEAA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFDEAA is #302155. Grayscale: #D3D3D3. Windows color (decimal): -3154262 or 11198159. OLE color: 11198159.
HSL color Cylindrical-coordinate representation of color #CFDEAA: hue angle of 77.31º degrees, saturation: 0.44, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #CFDEAA is Cyan = 0.07, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 207 | 222 | 170 | - |
| CMYK | 0.07 | 0 | 0.23 | 0.13 |
| HSL | 77.31º | 0.44% | 0.77% | - |
| HSV(B) | 77.31º | 0.23% | 0.87% | - |
| XYZ | 59.11 | 68.41 | 48.12 | - |
| YUV | 211.59 | 104.53 | 124.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 222 | 170 | 0.07 | 0 | 0.23 | 0.13 | 77.31 | 0.44 | 0.77 |
| Hex | CF | DE | AA | 7 | 0 | 17 | D | 4D | 2C | 4D |
| Octal | 317 | 336 | 252 | 7 | 0 | 27 | 15 | 115 | 54 | 115 |
| Binary | 11001111 | 11011110 | 10101010 | 111 | 0 | 10111 | 1101 | 1001101 | 101100 | 1001101 |
Color Harmonies of #CFDEAA
Complementary color
Monochromatic Colors of #CFDEAA
Black with #CFDEAA
Text Example
Text Example
White with #CFDEAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFDEAA; }
p { color: rgb(207,222,170); }
H1.HeaderClassName
{
color: #CFDEAA;
}
.AnyTagClassName
{
color: #CFDEAA;
}
</style>
background-color css
<style>
a { background-color: #CFDEAA; }
a { background-color: rgb(207,222,170); }
div.DivClassName
{
background-color: #CFDEAA;
}
.BgClassName
{
background-color: #CFDEAA;
}
</style>
border-color css
<style>
span { border-color: #CFDEAA; }
span { border-color: rgb(207,222,170); }
td.TdClassName
{
border-color: #CFDEAA;
}
.TagClassName
{
border-color: #CFDEAA;
}
</style>