Shades of Reef #CEDCAD
Tints of Reef #CEDCAD
RGB
CMYK
RGB Variations
Color information
#CEDCAD (or 0xCEDCAD) is known color: Reef. HEX triplet: CE, DC and AD. RGB value is (206,220,173). Sum of RGB (Red+Green+Blue) = 206+220+173=599 (79% of max value = 765). Red value is 206 (80.86% from 255 or 34.39% from 599); Green value is 220 (86.33% from 255 or 36.73% from 599); Blue value is 173 (67.97% from 255 or 28.88% from 599); Max value from RGB is 220 - color contains mainly: green. Hex color #CEDCAD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEDCAD is #312352. Grayscale: #D2D2D2. Windows color (decimal): -3220307 or 11394254. OLE color: 11394254.
HSL color Cylindrical-coordinate representation of color #CEDCAD: hue angle of 77.87º degrees, saturation: 0.4, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #CEDCAD is Cyan = 0.06, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 206 | 220 | 173 | - |
| CMYK | 0.06 | 0 | 0.21 | 0.14 |
| HSL | 77.87º | 0.4% | 0.77% | - |
| HSV(B) | 77.87º | 0.21% | 0.86% | - |
| XYZ | 58.59 | 67.33 | 49.44 | - |
| YUV | 210.46 | 106.86 | 124.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 220 | 173 | 0.06 | 0 | 0.21 | 0.14 | 77.87 | 0.4 | 0.77 |
| Hex | CE | DC | AD | 6 | 0 | 15 | E | 4E | 28 | 4D |
| Octal | 316 | 334 | 255 | 6 | 0 | 25 | 16 | 116 | 50 | 115 |
| Binary | 11001110 | 11011100 | 10101101 | 110 | 0 | 10101 | 1110 | 1001110 | 101000 | 1001101 |
Color Harmonies of #CEDCAD
Complementary color
Monochromatic Colors of #CEDCAD
Black with #CEDCAD
Text Example
Text Example
White with #CEDCAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEDCAD; }
p { color: rgb(206,220,173); }
H1.HeaderClassName
{
color: #CEDCAD;
}
.AnyTagClassName
{
color: #CEDCAD;
}
</style>
background-color css
<style>
a { background-color: #CEDCAD; }
a { background-color: rgb(206,220,173); }
div.DivClassName
{
background-color: #CEDCAD;
}
.BgClassName
{
background-color: #CEDCAD;
}
</style>
border-color css
<style>
span { border-color: #CEDCAD; }
span { border-color: rgb(206,220,173); }
td.TdClassName
{
border-color: #CEDCAD;
}
.TagClassName
{
border-color: #CEDCAD;
}
</style>