Shades of Reef #CEDBA1
Tints of Reef #CEDBA1
RGB
CMYK
RGB Variations
Color information
#CEDBA1 (or 0xCEDBA1) is known color: Reef. HEX triplet: CE, DB and A1. RGB value is (206,219,161). Sum of RGB (Red+Green+Blue) = 206+219+161=586 (77% of max value = 765). Red value is 206 (80.86% from 255 or 35.15% from 586); Green value is 219 (85.94% from 255 or 37.37% from 586); Blue value is 161 (63.28% from 255 or 27.47% from 586); Max value from RGB is 219 - color contains mainly: green. Hex color #CEDBA1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEDBA1 is #31245E. Grayscale: #D0D0D0. Windows color (decimal): -3220575 or 10607566. OLE color: 10607566.
HSL color Cylindrical-coordinate representation of color #CEDBA1: hue angle of 73.45º degrees, saturation: 0.45, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #CEDBA1 is Cyan = 0.06, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 206 | 219 | 161 | - |
| CMYK | 0.06 | 0 | 0.26 | 0.14 |
| HSL | 73.45º | 0.45% | 0.75% | - |
| HSV(B) | 73.45º | 0.26% | 0.86% | - |
| XYZ | 57.22 | 66.36 | 43.51 | - |
| YUV | 208.5 | 101.19 | 126.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 219 | 161 | 0.06 | 0 | 0.26 | 0.14 | 73.45 | 0.45 | 0.75 |
| Hex | CE | DB | A1 | 6 | 0 | 1A | E | 49 | 2D | 4B |
| Octal | 316 | 333 | 241 | 6 | 0 | 32 | 16 | 111 | 55 | 113 |
| Binary | 11001110 | 11011011 | 10100001 | 110 | 0 | 11010 | 1110 | 1001001 | 101101 | 1001011 |
Color Harmonies of #CEDBA1
Complementary color
Monochromatic Colors of #CEDBA1
Black with #CEDBA1
Text Example
Text Example
White with #CEDBA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEDBA1; }
p { color: rgb(206,219,161); }
H1.HeaderClassName
{
color: #CEDBA1;
}
.AnyTagClassName
{
color: #CEDBA1;
}
</style>
background-color css
<style>
a { background-color: #CEDBA1; }
a { background-color: rgb(206,219,161); }
div.DivClassName
{
background-color: #CEDBA1;
}
.BgClassName
{
background-color: #CEDBA1;
}
</style>
border-color css
<style>
span { border-color: #CEDBA1; }
span { border-color: rgb(206,219,161); }
td.TdClassName
{
border-color: #CEDBA1;
}
.TagClassName
{
border-color: #CEDBA1;
}
</style>