Shades of Reef #CEDFA0
Tints of Reef #CEDFA0
RGB
CMYK
RGB Variations
Color information
#CEDFA0 (or 0xCEDFA0) is known color: Reef. HEX triplet: CE, DF and A0. RGB value is (206,223,160). Sum of RGB (Red+Green+Blue) = 206+223+160=589 (78% of max value = 765). Red value is 206 (80.86% from 255 or 34.97% from 589); Green value is 223 (87.5% from 255 or 37.86% from 589); Blue value is 160 (62.89% from 255 or 27.16% from 589); Max value from RGB is 223 - color contains mainly: green. Hex color #CEDFA0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEDFA0 is #31205F. Grayscale: #D2D2D2. Windows color (decimal): -3219552 or 10543054. OLE color: 10543054.
HSL color Cylindrical-coordinate representation of color #CEDFA0: hue angle of 76.19º degrees, saturation: 0.5, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #CEDFA0 is Cyan = 0.08, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 206 | 223 | 160 | - |
| CMYK | 0.08 | 0 | 0.28 | 0.13 |
| HSL | 76.19º | 0.5% | 0.75% | - |
| HSV(B) | 76.19º | 0.28% | 0.87% | - |
| XYZ | 58.19 | 68.44 | 43.4 | - |
| YUV | 210.74 | 99.37 | 124.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 223 | 160 | 0.08 | 0 | 0.28 | 0.13 | 76.19 | 0.5 | 0.75 |
| Hex | CE | DF | A0 | 8 | 0 | 1C | D | 4C | 32 | 4B |
| Octal | 316 | 337 | 240 | 10 | 0 | 34 | 15 | 114 | 62 | 113 |
| Binary | 11001110 | 11011111 | 10100000 | 1000 | 0 | 11100 | 1101 | 1001100 | 110010 | 1001011 |
Color Harmonies of #CEDFA0
Complementary color
Monochromatic Colors of #CEDFA0
Black with #CEDFA0
Text Example
Text Example
White with #CEDFA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEDFA0; }
p { color: rgb(206,223,160); }
H1.HeaderClassName
{
color: #CEDFA0;
}
.AnyTagClassName
{
color: #CEDFA0;
}
</style>
background-color css
<style>
a { background-color: #CEDFA0; }
a { background-color: rgb(206,223,160); }
div.DivClassName
{
background-color: #CEDFA0;
}
.BgClassName
{
background-color: #CEDFA0;
}
</style>
border-color css
<style>
span { border-color: #CEDFA0; }
span { border-color: rgb(206,223,160); }
td.TdClassName
{
border-color: #CEDFA0;
}
.TagClassName
{
border-color: #CEDFA0;
}
</style>