Shades of Reef #CEDFA1
Tints of Reef #CEDFA1
RGB
CMYK
RGB Variations
Color information
#CEDFA1 (or 0xCEDFA1) is known color: Reef. HEX triplet: CE, DF and A1. RGB value is (206,223,161). Sum of RGB (Red+Green+Blue) = 206+223+161=590 (78% of max value = 765). Red value is 206 (80.86% from 255 or 34.92% from 590); Green value is 223 (87.5% from 255 or 37.80% from 590); Blue value is 161 (63.28% from 255 or 27.29% from 590); Max value from RGB is 223 - color contains mainly: green. Hex color #CEDFA1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEDFA1 is #31205E. Grayscale: #D3D3D3. Windows color (decimal): -3219551 or 10608590. OLE color: 10608590.
HSL color Cylindrical-coordinate representation of color #CEDFA1: hue angle of 76.45º degrees, saturation: 0.49, 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 #CEDFA1 is Cyan = 0.08, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 206 | 223 | 161 | - |
| CMYK | 0.08 | 0 | 0.28 | 0.13 |
| HSL | 76.45º | 0.49% | 0.75% | - |
| HSV(B) | 76.45º | 0.28% | 0.87% | - |
| XYZ | 58.27 | 68.47 | 43.86 | - |
| YUV | 210.85 | 99.87 | 124.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 223 | 161 | 0.08 | 0 | 0.28 | 0.13 | 76.45 | 0.49 | 0.75 |
| Hex | CE | DF | A1 | 8 | 0 | 1C | D | 4C | 31 | 4B |
| Octal | 316 | 337 | 241 | 10 | 0 | 34 | 15 | 114 | 61 | 113 |
| Binary | 11001110 | 11011111 | 10100001 | 1000 | 0 | 11100 | 1101 | 1001100 | 110001 | 1001011 |
Color Harmonies of #CEDFA1
Complementary color
Monochromatic Colors of #CEDFA1
Black with #CEDFA1
Text Example
Text Example
White with #CEDFA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEDFA1; }
p { color: rgb(206,223,161); }
H1.HeaderClassName
{
color: #CEDFA1;
}
.AnyTagClassName
{
color: #CEDFA1;
}
</style>
background-color css
<style>
a { background-color: #CEDFA1; }
a { background-color: rgb(206,223,161); }
div.DivClassName
{
background-color: #CEDFA1;
}
.BgClassName
{
background-color: #CEDFA1;
}
</style>
border-color css
<style>
span { border-color: #CEDFA1; }
span { border-color: rgb(206,223,161); }
td.TdClassName
{
border-color: #CEDFA1;
}
.TagClassName
{
border-color: #CEDFA1;
}
</style>