Shades of Reef #CEDDA1
Tints of Reef #CEDDA1
RGB
CMYK
RGB Variations
Color information
#CEDDA1 (or 0xCEDDA1) is known color: Reef. HEX triplet: CE, DD and A1. RGB value is (206,221,161). Sum of RGB (Red+Green+Blue) = 206+221+161=588 (77% of max value = 765). Red value is 206 (80.86% from 255 or 35.03% from 588); Green value is 221 (86.72% from 255 or 37.59% from 588); Blue value is 161 (63.28% from 255 or 27.38% from 588); Max value from RGB is 221 - color contains mainly: green. Hex color #CEDDA1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEDDA1 is #31225E. Grayscale: #D1D1D1. Windows color (decimal): -3220063 or 10608078. OLE color: 10608078.
HSL color Cylindrical-coordinate representation of color #CEDDA1: hue angle of 75º degrees, saturation: 0.47, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #CEDDA1 is Cyan = 0.07, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 206 | 221 | 161 | - |
| CMYK | 0.07 | 0 | 0.27 | 0.13 |
| HSL | 75º | 0.47% | 0.75% | - |
| HSV(B) | 75º | 0.27% | 0.87% | - |
| XYZ | 57.74 | 67.41 | 43.69 | - |
| YUV | 209.68 | 100.53 | 125.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 221 | 161 | 0.07 | 0 | 0.27 | 0.13 | 75 | 0.47 | 0.75 |
| Hex | CE | DD | A1 | 7 | 0 | 1B | D | 4B | 2F | 4B |
| Octal | 316 | 335 | 241 | 7 | 0 | 33 | 15 | 113 | 57 | 113 |
| Binary | 11001110 | 11011101 | 10100001 | 111 | 0 | 11011 | 1101 | 1001011 | 101111 | 1001011 |
Color Harmonies of #CEDDA1
Complementary color
Monochromatic Colors of #CEDDA1
Black with #CEDDA1
Text Example
Text Example
White with #CEDDA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEDDA1; }
p { color: rgb(206,221,161); }
H1.HeaderClassName
{
color: #CEDDA1;
}
.AnyTagClassName
{
color: #CEDDA1;
}
</style>
background-color css
<style>
a { background-color: #CEDDA1; }
a { background-color: rgb(206,221,161); }
div.DivClassName
{
background-color: #CEDDA1;
}
.BgClassName
{
background-color: #CEDDA1;
}
</style>
border-color css
<style>
span { border-color: #CEDDA1; }
span { border-color: rgb(206,221,161); }
td.TdClassName
{
border-color: #CEDDA1;
}
.TagClassName
{
border-color: #CEDDA1;
}
</style>