Shades of Reef #CEDCA9
Tints of Reef #CEDCA9
RGB
CMYK
RGB Variations
Color information
#CEDCA9 (or 0xCEDCA9) is known color: Reef. HEX triplet: CE, DC and A9. RGB value is (206,220,169). Sum of RGB (Red+Green+Blue) = 206+220+169=595 (78% of max value = 765). Red value is 206 (80.86% from 255 or 34.62% from 595); Green value is 220 (86.33% from 255 or 36.97% from 595); Blue value is 169 (66.41% from 255 or 28.40% from 595); Max value from RGB is 220 - color contains mainly: green. Hex color #CEDCA9 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEDCA9 is #312356. Grayscale: #D2D2D2. Windows color (decimal): -3220311 or 11132110. OLE color: 11132110.
HSL color Cylindrical-coordinate representation of color #CEDCA9: hue angle of 76.47º degrees, saturation: 0.42, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #CEDCA9 is Cyan = 0.06, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 206 | 220 | 169 | - |
| CMYK | 0.06 | 0 | 0.23 | 0.14 |
| HSL | 76.47º | 0.42% | 0.76% | - |
| HSV(B) | 76.47º | 0.23% | 0.86% | - |
| XYZ | 58.21 | 67.17 | 47.43 | - |
| YUV | 210 | 104.86 | 125.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 220 | 169 | 0.06 | 0 | 0.23 | 0.14 | 76.47 | 0.42 | 0.76 |
| Hex | CE | DC | A9 | 6 | 0 | 17 | E | 4C | 2A | 4C |
| Octal | 316 | 334 | 251 | 6 | 0 | 27 | 16 | 114 | 52 | 114 |
| Binary | 11001110 | 11011100 | 10101001 | 110 | 0 | 10111 | 1110 | 1001100 | 101010 | 1001100 |
Color Harmonies of #CEDCA9
Complementary color
Monochromatic Colors of #CEDCA9
Black with #CEDCA9
Text Example
Text Example
White with #CEDCA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEDCA9; }
p { color: rgb(206,220,169); }
H1.HeaderClassName
{
color: #CEDCA9;
}
.AnyTagClassName
{
color: #CEDCA9;
}
</style>
background-color css
<style>
a { background-color: #CEDCA9; }
a { background-color: rgb(206,220,169); }
div.DivClassName
{
background-color: #CEDCA9;
}
.BgClassName
{
background-color: #CEDCA9;
}
</style>
border-color css
<style>
span { border-color: #CEDCA9; }
span { border-color: rgb(206,220,169); }
td.TdClassName
{
border-color: #CEDCA9;
}
.TagClassName
{
border-color: #CEDCA9;
}
</style>