Shades of Reef #CEDEAD
Tints of Reef #CEDEAD
RGB
CMYK
RGB Variations
Color information
#CEDEAD (or 0xCEDEAD) is known color: Reef. HEX triplet: CE, DE and AD. RGB value is (206,222,173). Sum of RGB (Red+Green+Blue) = 206+222+173=601 (79% of max value = 765). Red value is 206 (80.86% from 255 or 34.28% from 601); Green value is 222 (87.11% from 255 or 36.94% from 601); Blue value is 173 (67.97% from 255 or 28.79% from 601); Max value from RGB is 222 - color contains mainly: green. Hex color #CEDEAD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEDEAD is #312152. Grayscale: #D3D3D3. Windows color (decimal): -3219795 or 11394766. OLE color: 11394766.
HSL color Cylindrical-coordinate representation of color #CEDEAD: hue angle of 79.59º degrees, saturation: 0.43, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #CEDEAD is Cyan = 0.07, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 206 | 222 | 173 | - |
| CMYK | 0.07 | 0 | 0.22 | 0.13 |
| HSL | 79.59º | 0.43% | 0.77% | - |
| HSV(B) | 79.59º | 0.22% | 0.87% | - |
| XYZ | 59.12 | 68.38 | 49.62 | - |
| YUV | 211.63 | 106.2 | 123.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 222 | 173 | 0.07 | 0 | 0.22 | 0.13 | 79.59 | 0.43 | 0.77 |
| Hex | CE | DE | AD | 7 | 0 | 16 | D | 50 | 2B | 4D |
| Octal | 316 | 336 | 255 | 7 | 0 | 26 | 15 | 120 | 53 | 115 |
| Binary | 11001110 | 11011110 | 10101101 | 111 | 0 | 10110 | 1101 | 1010000 | 101011 | 1001101 |
Color Harmonies of #CEDEAD
Complementary color
Monochromatic Colors of #CEDEAD
Black with #CEDEAD
Text Example
Text Example
White with #CEDEAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEDEAD; }
p { color: rgb(206,222,173); }
H1.HeaderClassName
{
color: #CEDEAD;
}
.AnyTagClassName
{
color: #CEDEAD;
}
</style>
background-color css
<style>
a { background-color: #CEDEAD; }
a { background-color: rgb(206,222,173); }
div.DivClassName
{
background-color: #CEDEAD;
}
.BgClassName
{
background-color: #CEDEAD;
}
</style>
border-color css
<style>
span { border-color: #CEDEAD; }
span { border-color: rgb(206,222,173); }
td.TdClassName
{
border-color: #CEDEAD;
}
.TagClassName
{
border-color: #CEDEAD;
}
</style>