Shades of Reef #CEDFA8
Tints of Reef #CEDFA8
RGB
CMYK
RGB Variations
Color information
#CEDFA8 (or 0xCEDFA8) is known color: Reef. HEX triplet: CE, DF and A8. RGB value is (206,223,168). Sum of RGB (Red+Green+Blue) = 206+223+168=597 (79% of max value = 765). Red value is 206 (80.86% from 255 or 34.51% from 597); Green value is 223 (87.5% from 255 or 37.35% from 597); Blue value is 168 (66.02% from 255 or 28.14% from 597); Max value from RGB is 223 - color contains mainly: green. Hex color #CEDFA8 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEDFA8 is #312057. Grayscale: #D3D3D3. Windows color (decimal): -3219544 or 11067342. OLE color: 11067342.
HSL color Cylindrical-coordinate representation of color #CEDFA8: hue angle of 78.55º degrees, saturation: 0.46, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #CEDFA8 is Cyan = 0.08, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 206 | 223 | 168 | - |
| CMYK | 0.08 | 0 | 0.25 | 0.13 |
| HSL | 78.55º | 0.46% | 0.77% | - |
| HSV(B) | 78.55º | 0.25% | 0.87% | - |
| XYZ | 58.91 | 68.72 | 47.21 | - |
| YUV | 211.65 | 103.37 | 123.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 223 | 168 | 0.08 | 0 | 0.25 | 0.13 | 78.55 | 0.46 | 0.77 |
| Hex | CE | DF | A8 | 8 | 0 | 19 | D | 4F | 2E | 4D |
| Octal | 316 | 337 | 250 | 10 | 0 | 31 | 15 | 117 | 56 | 115 |
| Binary | 11001110 | 11011111 | 10101000 | 1000 | 0 | 11001 | 1101 | 1001111 | 101110 | 1001101 |
Color Harmonies of #CEDFA8
Complementary color
Monochromatic Colors of #CEDFA8
Black with #CEDFA8
Text Example
Text Example
White with #CEDFA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEDFA8; }
p { color: rgb(206,223,168); }
H1.HeaderClassName
{
color: #CEDFA8;
}
.AnyTagClassName
{
color: #CEDFA8;
}
</style>
background-color css
<style>
a { background-color: #CEDFA8; }
a { background-color: rgb(206,223,168); }
div.DivClassName
{
background-color: #CEDFA8;
}
.BgClassName
{
background-color: #CEDFA8;
}
</style>
border-color css
<style>
span { border-color: #CEDFA8; }
span { border-color: rgb(206,223,168); }
td.TdClassName
{
border-color: #CEDFA8;
}
.TagClassName
{
border-color: #CEDFA8;
}
</style>