Shades of Reef #CEDFB1
Tints of Reef #CEDFB1
RGB
CMYK
RGB Variations
Color information
#CEDFB1 (or 0xCEDFB1) is known color: Reef. HEX triplet: CE, DF and B1. RGB value is (206,223,177). Sum of RGB (Red+Green+Blue) = 206+223+177=606 (80% of max value = 765). Red value is 206 (80.86% from 255 or 33.99% from 606); Green value is 223 (87.5% from 255 or 36.80% from 606); Blue value is 177 (69.53% from 255 or 29.21% from 606); Max value from RGB is 223 - color contains mainly: green. Hex color #CEDFB1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEDFB1 is #31204E. Grayscale: #D4D4D4. Windows color (decimal): -3219535 or 11657166. OLE color: 11657166.
HSL color Cylindrical-coordinate representation of color #CEDFB1: hue angle of 82.17º degrees, saturation: 0.42, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #CEDFB1 is Cyan = 0.08, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 206 | 223 | 177 | - |
| CMYK | 0.08 | 0 | 0.21 | 0.13 |
| HSL | 82.17º | 0.42% | 0.78% | - |
| HSV(B) | 82.17º | 0.21% | 0.87% | - |
| XYZ | 59.78 | 69.07 | 51.78 | - |
| YUV | 212.67 | 107.87 | 123.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 223 | 177 | 0.08 | 0 | 0.21 | 0.13 | 82.17 | 0.42 | 0.78 |
| Hex | CE | DF | B1 | 8 | 0 | 15 | D | 52 | 2A | 4E |
| Octal | 316 | 337 | 261 | 10 | 0 | 25 | 15 | 122 | 52 | 116 |
| Binary | 11001110 | 11011111 | 10110001 | 1000 | 0 | 10101 | 1101 | 1010010 | 101010 | 1001110 |
Color Harmonies of #CEDFB1
Complementary color
Monochromatic Colors of #CEDFB1
Black with #CEDFB1
Text Example
Text Example
White with #CEDFB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEDFB1; }
p { color: rgb(206,223,177); }
H1.HeaderClassName
{
color: #CEDFB1;
}
.AnyTagClassName
{
color: #CEDFB1;
}
</style>
background-color css
<style>
a { background-color: #CEDFB1; }
a { background-color: rgb(206,223,177); }
div.DivClassName
{
background-color: #CEDFB1;
}
.BgClassName
{
background-color: #CEDFB1;
}
</style>
border-color css
<style>
span { border-color: #CEDFB1; }
span { border-color: rgb(206,223,177); }
td.TdClassName
{
border-color: #CEDFB1;
}
.TagClassName
{
border-color: #CEDFB1;
}
</style>