Shades of Reef #CEDCA8
Tints of Reef #CEDCA8
RGB
CMYK
RGB Variations
Color information
#CEDCA8 (or 0xCEDCA8) is known color: Reef. HEX triplet: CE, DC and A8. RGB value is (206,220,168). Sum of RGB (Red+Green+Blue) = 206+220+168=594 (78% of max value = 765). Red value is 206 (80.86% from 255 or 34.68% from 594); Green value is 220 (86.33% from 255 or 37.04% from 594); Blue value is 168 (66.02% from 255 or 28.28% from 594); Max value from RGB is 220 - color contains mainly: green. Hex color #CEDCA8 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEDCA8 is #312357. Grayscale: #D2D2D2. Windows color (decimal): -3220312 or 11066574. OLE color: 11066574.
HSL color Cylindrical-coordinate representation of color #CEDCA8: hue angle of 76.15º degrees, saturation: 0.43, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #CEDCA8 is Cyan = 0.06, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 206 | 220 | 168 | - |
| CMYK | 0.06 | 0 | 0.24 | 0.14 |
| HSL | 76.15º | 0.43% | 0.76% | - |
| HSV(B) | 76.15º | 0.24% | 0.86% | - |
| XYZ | 58.11 | 67.14 | 46.94 | - |
| YUV | 209.89 | 104.36 | 125.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 220 | 168 | 0.06 | 0 | 0.24 | 0.14 | 76.15 | 0.43 | 0.76 |
| Hex | CE | DC | A8 | 6 | 0 | 18 | E | 4C | 2B | 4C |
| Octal | 316 | 334 | 250 | 6 | 0 | 30 | 16 | 114 | 53 | 114 |
| Binary | 11001110 | 11011100 | 10101000 | 110 | 0 | 11000 | 1110 | 1001100 | 101011 | 1001100 |
Color Harmonies of #CEDCA8
Complementary color
Monochromatic Colors of #CEDCA8
Black with #CEDCA8
Text Example
Text Example
White with #CEDCA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEDCA8; }
p { color: rgb(206,220,168); }
H1.HeaderClassName
{
color: #CEDCA8;
}
.AnyTagClassName
{
color: #CEDCA8;
}
</style>
background-color css
<style>
a { background-color: #CEDCA8; }
a { background-color: rgb(206,220,168); }
div.DivClassName
{
background-color: #CEDCA8;
}
.BgClassName
{
background-color: #CEDCA8;
}
</style>
border-color css
<style>
span { border-color: #CEDCA8; }
span { border-color: rgb(206,220,168); }
td.TdClassName
{
border-color: #CEDCA8;
}
.TagClassName
{
border-color: #CEDCA8;
}
</style>