Shades of Reef #CFDEAE
Tints of Reef #CFDEAE
RGB
CMYK
RGB Variations
Color information
#CFDEAE (or 0xCFDEAE) is known color: Reef. HEX triplet: CF, DE and AE. RGB value is (207,222,174). Sum of RGB (Red+Green+Blue) = 207+222+174=603 (79% of max value = 765). Red value is 207 (81.25% from 255 or 34.33% from 603); Green value is 222 (87.11% from 255 or 36.82% from 603); Blue value is 174 (68.36% from 255 or 28.86% from 603); Max value from RGB is 222 - color contains mainly: green. Hex color #CFDEAE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFDEAE is #302151. Grayscale: #D4D4D4. Windows color (decimal): -3154258 or 11460303. OLE color: 11460303.
HSL color Cylindrical-coordinate representation of color #CFDEAE: hue angle of 78.75º degrees, saturation: 0.42, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #CFDEAE is Cyan = 0.07, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 207 | 222 | 174 | - |
| CMYK | 0.07 | 0 | 0.22 | 0.13 |
| HSL | 78.75º | 0.42% | 0.78% | - |
| HSV(B) | 78.75º | 0.22% | 0.87% | - |
| XYZ | 59.49 | 68.56 | 50.14 | - |
| YUV | 212.04 | 106.53 | 124.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 222 | 174 | 0.07 | 0 | 0.22 | 0.13 | 78.75 | 0.42 | 0.78 |
| Hex | CF | DE | AE | 7 | 0 | 16 | D | 4F | 2A | 4E |
| Octal | 317 | 336 | 256 | 7 | 0 | 26 | 15 | 117 | 52 | 116 |
| Binary | 11001111 | 11011110 | 10101110 | 111 | 0 | 10110 | 1101 | 1001111 | 101010 | 1001110 |
Color Harmonies of #CFDEAE
Complementary color
Monochromatic Colors of #CFDEAE
Black with #CFDEAE
Text Example
Text Example
White with #CFDEAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFDEAE; }
p { color: rgb(207,222,174); }
H1.HeaderClassName
{
color: #CFDEAE;
}
.AnyTagClassName
{
color: #CFDEAE;
}
</style>
background-color css
<style>
a { background-color: #CFDEAE; }
a { background-color: rgb(207,222,174); }
div.DivClassName
{
background-color: #CFDEAE;
}
.BgClassName
{
background-color: #CFDEAE;
}
</style>
border-color css
<style>
span { border-color: #CFDEAE; }
span { border-color: rgb(207,222,174); }
td.TdClassName
{
border-color: #CFDEAE;
}
.TagClassName
{
border-color: #CFDEAE;
}
</style>