Shades of Reef #CEDEAC
Tints of Reef #CEDEAC
RGB
CMYK
RGB Variations
Color information
#CEDEAC (or 0xCEDEAC) is known color: Reef. HEX triplet: CE, DE and AC. RGB value is (206,222,172). Sum of RGB (Red+Green+Blue) = 206+222+172=600 (79% of max value = 765). Red value is 206 (80.86% from 255 or 34.33% from 600); Green value is 222 (87.11% from 255 or 37% from 600); Blue value is 172 (67.58% from 255 or 28.67% from 600); Max value from RGB is 222 - color contains mainly: green. Hex color #CEDEAC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEDEAC is #312153. Grayscale: #D3D3D3. Windows color (decimal): -3219796 or 11329230. OLE color: 11329230.
HSL color Cylindrical-coordinate representation of color #CEDEAC: hue angle of 79.2º degrees, saturation: 0.43, 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 #CEDEAC is Cyan = 0.07, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 206 | 222 | 172 | - |
| CMYK | 0.07 | 0 | 0.23 | 0.13 |
| HSL | 79.2º | 0.43% | 0.77% | - |
| HSV(B) | 79.2º | 0.23% | 0.87% | - |
| XYZ | 59.02 | 68.34 | 49.11 | - |
| YUV | 211.52 | 105.7 | 124.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 222 | 172 | 0.07 | 0 | 0.23 | 0.13 | 79.2 | 0.43 | 0.77 |
| Hex | CE | DE | AC | 7 | 0 | 17 | D | 4F | 2B | 4D |
| Octal | 316 | 336 | 254 | 7 | 0 | 27 | 15 | 117 | 53 | 115 |
| Binary | 11001110 | 11011110 | 10101100 | 111 | 0 | 10111 | 1101 | 1001111 | 101011 | 1001101 |
Color Harmonies of #CEDEAC
Complementary color
Monochromatic Colors of #CEDEAC
Black with #CEDEAC
Text Example
Text Example
White with #CEDEAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEDEAC; }
p { color: rgb(206,222,172); }
H1.HeaderClassName
{
color: #CEDEAC;
}
.AnyTagClassName
{
color: #CEDEAC;
}
</style>
background-color css
<style>
a { background-color: #CEDEAC; }
a { background-color: rgb(206,222,172); }
div.DivClassName
{
background-color: #CEDEAC;
}
.BgClassName
{
background-color: #CEDEAC;
}
</style>
border-color css
<style>
span { border-color: #CEDEAC; }
span { border-color: rgb(206,222,172); }
td.TdClassName
{
border-color: #CEDEAC;
}
.TagClassName
{
border-color: #CEDEAC;
}
</style>