Shades of Reef #CEDDA6
Tints of Reef #CEDDA6
RGB
CMYK
RGB Variations
Color information
#CEDDA6 (or 0xCEDDA6) is known color: Reef. HEX triplet: CE, DD and A6. RGB value is (206,221,166). Sum of RGB (Red+Green+Blue) = 206+221+166=593 (78% of max value = 765). Red value is 206 (80.86% from 255 or 34.74% from 593); Green value is 221 (86.72% from 255 or 37.27% from 593); Blue value is 166 (65.23% from 255 or 27.99% from 593); Max value from RGB is 221 - color contains mainly: green. Hex color #CEDDA6 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEDDA6 is #312259. Grayscale: #D2D2D2. Windows color (decimal): -3220058 or 10935758. OLE color: 10935758.
HSL color Cylindrical-coordinate representation of color #CEDDA6: hue angle of 76.36º degrees, saturation: 0.45, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #CEDDA6 is Cyan = 0.07, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 206 | 221 | 166 | - |
| CMYK | 0.07 | 0 | 0.25 | 0.13 |
| HSL | 76.36º | 0.45% | 0.76% | - |
| HSV(B) | 76.36º | 0.25% | 0.87% | - |
| XYZ | 58.19 | 67.59 | 46.06 | - |
| YUV | 210.25 | 103.03 | 124.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 221 | 166 | 0.07 | 0 | 0.25 | 0.13 | 76.36 | 0.45 | 0.76 |
| Hex | CE | DD | A6 | 7 | 0 | 19 | D | 4C | 2D | 4C |
| Octal | 316 | 335 | 246 | 7 | 0 | 31 | 15 | 114 | 55 | 114 |
| Binary | 11001110 | 11011101 | 10100110 | 111 | 0 | 11001 | 1101 | 1001100 | 101101 | 1001100 |
Color Harmonies of #CEDDA6
Complementary color
Monochromatic Colors of #CEDDA6
Black with #CEDDA6
Text Example
Text Example
White with #CEDDA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEDDA6; }
p { color: rgb(206,221,166); }
H1.HeaderClassName
{
color: #CEDDA6;
}
.AnyTagClassName
{
color: #CEDDA6;
}
</style>
background-color css
<style>
a { background-color: #CEDDA6; }
a { background-color: rgb(206,221,166); }
div.DivClassName
{
background-color: #CEDDA6;
}
.BgClassName
{
background-color: #CEDDA6;
}
</style>
border-color css
<style>
span { border-color: #CEDDA6; }
span { border-color: rgb(206,221,166); }
td.TdClassName
{
border-color: #CEDDA6;
}
.TagClassName
{
border-color: #CEDDA6;
}
</style>