Shades of Reef #CEDCA4
Tints of Reef #CEDCA4
RGB
CMYK
RGB Variations
Color information
#CEDCA4 (or 0xCEDCA4) is known color: Reef. HEX triplet: CE, DC and A4. RGB value is (206,220,164). Sum of RGB (Red+Green+Blue) = 206+220+164=590 (78% of max value = 765). Red value is 206 (80.86% from 255 or 34.92% from 590); Green value is 220 (86.33% from 255 or 37.29% from 590); Blue value is 164 (64.45% from 255 or 27.80% from 590); Max value from RGB is 220 - color contains mainly: green. Hex color #CEDCA4 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEDCA4 is #31235B. Grayscale: #D1D1D1. Windows color (decimal): -3220316 or 10804430. OLE color: 10804430.
HSL color Cylindrical-coordinate representation of color #CEDCA4: hue angle of 75º degrees, saturation: 0.44, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #CEDCA4 is Cyan = 0.06, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 206 | 220 | 164 | - |
| CMYK | 0.06 | 0 | 0.25 | 0.14 |
| HSL | 75º | 0.44% | 0.75% | - |
| HSV(B) | 75º | 0.25% | 0.86% | - |
| XYZ | 57.75 | 66.99 | 45.01 | - |
| YUV | 209.43 | 102.36 | 125.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 220 | 164 | 0.06 | 0 | 0.25 | 0.14 | 75 | 0.44 | 0.75 |
| Hex | CE | DC | A4 | 6 | 0 | 19 | E | 4B | 2C | 4B |
| Octal | 316 | 334 | 244 | 6 | 0 | 31 | 16 | 113 | 54 | 113 |
| Binary | 11001110 | 11011100 | 10100100 | 110 | 0 | 11001 | 1110 | 1001011 | 101100 | 1001011 |
Color Harmonies of #CEDCA4
Complementary color
Monochromatic Colors of #CEDCA4
Black with #CEDCA4
Text Example
Text Example
White with #CEDCA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEDCA4; }
p { color: rgb(206,220,164); }
H1.HeaderClassName
{
color: #CEDCA4;
}
.AnyTagClassName
{
color: #CEDCA4;
}
</style>
background-color css
<style>
a { background-color: #CEDCA4; }
a { background-color: rgb(206,220,164); }
div.DivClassName
{
background-color: #CEDCA4;
}
.BgClassName
{
background-color: #CEDCA4;
}
</style>
border-color css
<style>
span { border-color: #CEDCA4; }
span { border-color: rgb(206,220,164); }
td.TdClassName
{
border-color: #CEDCA4;
}
.TagClassName
{
border-color: #CEDCA4;
}
</style>