Shades of Reef #CEDCA2
Tints of Reef #CEDCA2
RGB
CMYK
RGB Variations
Color information
#CEDCA2 (or 0xCEDCA2) is known color: Reef. HEX triplet: CE, DC and A2. RGB value is (206,220,162). Sum of RGB (Red+Green+Blue) = 206+220+162=588 (77% of max value = 765). Red value is 206 (80.86% from 255 or 35.03% from 588); Green value is 220 (86.33% from 255 or 37.41% from 588); Blue value is 162 (63.67% from 255 or 27.55% from 588); Max value from RGB is 220 - color contains mainly: green. Hex color #CEDCA2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEDCA2 is #31235D. Grayscale: #D1D1D1. Windows color (decimal): -3220318 or 10673358. OLE color: 10673358.
HSL color Cylindrical-coordinate representation of color #CEDCA2: hue angle of 74.48º 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 #CEDCA2 is Cyan = 0.06, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 206 | 220 | 162 | - |
| CMYK | 0.06 | 0 | 0.26 | 0.14 |
| HSL | 74.48º | 0.45% | 0.75% | - |
| HSV(B) | 74.48º | 0.26% | 0.86% | - |
| XYZ | 57.57 | 66.92 | 44.06 | - |
| YUV | 209.2 | 101.36 | 125.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 220 | 162 | 0.06 | 0 | 0.26 | 0.14 | 74.48 | 0.45 | 0.75 |
| Hex | CE | DC | A2 | 6 | 0 | 1A | E | 4A | 2D | 4B |
| Octal | 316 | 334 | 242 | 6 | 0 | 32 | 16 | 112 | 55 | 113 |
| Binary | 11001110 | 11011100 | 10100010 | 110 | 0 | 11010 | 1110 | 1001010 | 101101 | 1001011 |
Color Harmonies of #CEDCA2
Complementary color
Monochromatic Colors of #CEDCA2
Black with #CEDCA2
Text Example
Text Example
White with #CEDCA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEDCA2; }
p { color: rgb(206,220,162); }
H1.HeaderClassName
{
color: #CEDCA2;
}
.AnyTagClassName
{
color: #CEDCA2;
}
</style>
background-color css
<style>
a { background-color: #CEDCA2; }
a { background-color: rgb(206,220,162); }
div.DivClassName
{
background-color: #CEDCA2;
}
.BgClassName
{
background-color: #CEDCA2;
}
</style>
border-color css
<style>
span { border-color: #CEDCA2; }
span { border-color: rgb(206,220,162); }
td.TdClassName
{
border-color: #CEDCA2;
}
.TagClassName
{
border-color: #CEDCA2;
}
</style>