Shades of Reef #CEDFA6
Tints of Reef #CEDFA6
RGB
CMYK
RGB Variations
Color information
#CEDFA6 (or 0xCEDFA6) is known color: Reef. HEX triplet: CE, DF and A6. RGB value is (206,223,166). Sum of RGB (Red+Green+Blue) = 206+223+166=595 (78% of max value = 765). Red value is 206 (80.86% from 255 or 34.62% from 595); Green value is 223 (87.5% from 255 or 37.48% from 595); Blue value is 166 (65.23% from 255 or 27.90% from 595); Max value from RGB is 223 - color contains mainly: green. Hex color #CEDFA6 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEDFA6 is #312059. Grayscale: #D3D3D3. Windows color (decimal): -3219546 or 10936270. OLE color: 10936270.
HSL color Cylindrical-coordinate representation of color #CEDFA6: hue angle of 77.89º degrees, saturation: 0.47, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #CEDFA6 is Cyan = 0.08, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 206 | 223 | 166 | - |
| CMYK | 0.08 | 0 | 0.26 | 0.13 |
| HSL | 77.89º | 0.47% | 0.76% | - |
| HSV(B) | 77.89º | 0.26% | 0.87% | - |
| XYZ | 58.72 | 68.65 | 46.23 | - |
| YUV | 211.42 | 102.37 | 124.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 223 | 166 | 0.08 | 0 | 0.26 | 0.13 | 77.89 | 0.47 | 0.76 |
| Hex | CE | DF | A6 | 8 | 0 | 1A | D | 4E | 2F | 4C |
| Octal | 316 | 337 | 246 | 10 | 0 | 32 | 15 | 116 | 57 | 114 |
| Binary | 11001110 | 11011111 | 10100110 | 1000 | 0 | 11010 | 1101 | 1001110 | 101111 | 1001100 |
Color Harmonies of #CEDFA6
Complementary color
Monochromatic Colors of #CEDFA6
Black with #CEDFA6
Text Example
Text Example
White with #CEDFA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEDFA6; }
p { color: rgb(206,223,166); }
H1.HeaderClassName
{
color: #CEDFA6;
}
.AnyTagClassName
{
color: #CEDFA6;
}
</style>
background-color css
<style>
a { background-color: #CEDFA6; }
a { background-color: rgb(206,223,166); }
div.DivClassName
{
background-color: #CEDFA6;
}
.BgClassName
{
background-color: #CEDFA6;
}
</style>
border-color css
<style>
span { border-color: #CEDFA6; }
span { border-color: rgb(206,223,166); }
td.TdClassName
{
border-color: #CEDFA6;
}
.TagClassName
{
border-color: #CEDFA6;
}
</style>