Shades of Reef #CEDEA4
Tints of Reef #CEDEA4
RGB
CMYK
RGB Variations
Color information
#CEDEA4 (or 0xCEDEA4) is known color: Reef. HEX triplet: CE, DE and A4. RGB value is (206,222,164). Sum of RGB (Red+Green+Blue) = 206+222+164=592 (78% of max value = 765). Red value is 206 (80.86% from 255 or 34.80% from 592); Green value is 222 (87.11% from 255 or 37.5% from 592); Blue value is 164 (64.45% from 255 or 27.70% from 592); Max value from RGB is 222 - color contains mainly: green. Hex color #CEDEA4 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEDEA4 is #31215B. Grayscale: #D2D2D2. Windows color (decimal): -3219804 or 10804942. OLE color: 10804942.
HSL color Cylindrical-coordinate representation of color #CEDEA4: hue angle of 76.55º degrees, saturation: 0.47, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #CEDEA4 is Cyan = 0.07, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 206 | 222 | 164 | - |
| CMYK | 0.07 | 0 | 0.26 | 0.13 |
| HSL | 76.55º | 0.47% | 0.76% | - |
| HSV(B) | 76.55º | 0.26% | 0.87% | - |
| XYZ | 58.28 | 68.04 | 45.18 | - |
| YUV | 210.6 | 101.7 | 124.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 222 | 164 | 0.07 | 0 | 0.26 | 0.13 | 76.55 | 0.47 | 0.76 |
| Hex | CE | DE | A4 | 7 | 0 | 1A | D | 4D | 2F | 4C |
| Octal | 316 | 336 | 244 | 7 | 0 | 32 | 15 | 115 | 57 | 114 |
| Binary | 11001110 | 11011110 | 10100100 | 111 | 0 | 11010 | 1101 | 1001101 | 101111 | 1001100 |
Color Harmonies of #CEDEA4
Complementary color
Monochromatic Colors of #CEDEA4
Black with #CEDEA4
Text Example
Text Example
White with #CEDEA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEDEA4; }
p { color: rgb(206,222,164); }
H1.HeaderClassName
{
color: #CEDEA4;
}
.AnyTagClassName
{
color: #CEDEA4;
}
</style>
background-color css
<style>
a { background-color: #CEDEA4; }
a { background-color: rgb(206,222,164); }
div.DivClassName
{
background-color: #CEDEA4;
}
.BgClassName
{
background-color: #CEDEA4;
}
</style>
border-color css
<style>
span { border-color: #CEDEA4; }
span { border-color: rgb(206,222,164); }
td.TdClassName
{
border-color: #CEDEA4;
}
.TagClassName
{
border-color: #CEDEA4;
}
</style>