Shades of Reef #CEDEAE
Tints of Reef #CEDEAE
RGB
CMYK
RGB Variations
Color information
#CEDEAE (or 0xCEDEAE) is known color: Reef. HEX triplet: CE, DE and AE. RGB value is (206,222,174). Sum of RGB (Red+Green+Blue) = 206+222+174=602 (79% of max value = 765). Red value is 206 (80.86% from 255 or 34.22% from 602); Green value is 222 (87.11% from 255 or 36.88% from 602); Blue value is 174 (68.36% from 255 or 28.90% from 602); Max value from RGB is 222 - color contains mainly: green. Hex color #CEDEAE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEDEAE is #312151. Grayscale: #D3D3D3. Windows color (decimal): -3219794 or 11460302. OLE color: 11460302.
HSL color Cylindrical-coordinate representation of color #CEDEAE: hue angle of 80º degrees, saturation: 0.42, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #CEDEAE is Cyan = 0.07, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 206 | 222 | 174 | - |
| CMYK | 0.07 | 0 | 0.22 | 0.13 |
| HSL | 80º | 0.42% | 0.78% | - |
| HSV(B) | 80º | 0.22% | 0.87% | - |
| XYZ | 59.21 | 68.42 | 50.13 | - |
| YUV | 211.74 | 106.7 | 123.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 222 | 174 | 0.07 | 0 | 0.22 | 0.13 | 80 | 0.42 | 0.78 |
| Hex | CE | DE | AE | 7 | 0 | 16 | D | 50 | 2A | 4E |
| Octal | 316 | 336 | 256 | 7 | 0 | 26 | 15 | 120 | 52 | 116 |
| Binary | 11001110 | 11011110 | 10101110 | 111 | 0 | 10110 | 1101 | 1010000 | 101010 | 1001110 |
Color Harmonies of #CEDEAE
Complementary color
Monochromatic Colors of #CEDEAE
Black with #CEDEAE
Text Example
Text Example
White with #CEDEAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEDEAE; }
p { color: rgb(206,222,174); }
H1.HeaderClassName
{
color: #CEDEAE;
}
.AnyTagClassName
{
color: #CEDEAE;
}
</style>
background-color css
<style>
a { background-color: #CEDEAE; }
a { background-color: rgb(206,222,174); }
div.DivClassName
{
background-color: #CEDEAE;
}
.BgClassName
{
background-color: #CEDEAE;
}
</style>
border-color css
<style>
span { border-color: #CEDEAE; }
span { border-color: rgb(206,222,174); }
td.TdClassName
{
border-color: #CEDEAE;
}
.TagClassName
{
border-color: #CEDEAE;
}
</style>