Shades of Reef #CEDDA8
Tints of Reef #CEDDA8
RGB
CMYK
RGB Variations
Color information
#CEDDA8 (or 0xCEDDA8) is known color: Reef. HEX triplet: CE, DD and A8. RGB value is (206,221,168). Sum of RGB (Red+Green+Blue) = 206+221+168=595 (78% of max value = 765). Red value is 206 (80.86% from 255 or 34.62% from 595); Green value is 221 (86.72% from 255 or 37.14% from 595); Blue value is 168 (66.02% from 255 or 28.24% from 595); Max value from RGB is 221 - color contains mainly: green. Hex color #CEDDA8 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEDDA8 is #312257. Grayscale: #D2D2D2. Windows color (decimal): -3220056 or 11066830. OLE color: 11066830.
HSL color Cylindrical-coordinate representation of color #CEDDA8: hue angle of 76.98º degrees, saturation: 0.44, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #CEDDA8 is Cyan = 0.07, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 206 | 221 | 168 | - |
| CMYK | 0.07 | 0 | 0.24 | 0.13 |
| HSL | 76.98º | 0.44% | 0.76% | - |
| HSV(B) | 76.98º | 0.24% | 0.87% | - |
| XYZ | 58.38 | 67.66 | 47.03 | - |
| YUV | 210.47 | 104.03 | 124.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 221 | 168 | 0.07 | 0 | 0.24 | 0.13 | 76.98 | 0.44 | 0.76 |
| Hex | CE | DD | A8 | 7 | 0 | 18 | D | 4D | 2C | 4C |
| Octal | 316 | 335 | 250 | 7 | 0 | 30 | 15 | 115 | 54 | 114 |
| Binary | 11001110 | 11011101 | 10101000 | 111 | 0 | 11000 | 1101 | 1001101 | 101100 | 1001100 |
Color Harmonies of #CEDDA8
Complementary color
Monochromatic Colors of #CEDDA8
Black with #CEDDA8
Text Example
Text Example
White with #CEDDA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEDDA8; }
p { color: rgb(206,221,168); }
H1.HeaderClassName
{
color: #CEDDA8;
}
.AnyTagClassName
{
color: #CEDDA8;
}
</style>
background-color css
<style>
a { background-color: #CEDDA8; }
a { background-color: rgb(206,221,168); }
div.DivClassName
{
background-color: #CEDDA8;
}
.BgClassName
{
background-color: #CEDDA8;
}
</style>
border-color css
<style>
span { border-color: #CEDDA8; }
span { border-color: rgb(206,221,168); }
td.TdClassName
{
border-color: #CEDDA8;
}
.TagClassName
{
border-color: #CEDDA8;
}
</style>