Shades of Reef #CEDCAC
Tints of Reef #CEDCAC
RGB
CMYK
RGB Variations
Color information
#CEDCAC (or 0xCEDCAC) is known color: Reef. HEX triplet: CE, DC and AC. RGB value is (206,220,172). Sum of RGB (Red+Green+Blue) = 206+220+172=598 (79% of max value = 765). Red value is 206 (80.86% from 255 or 34.45% from 598); Green value is 220 (86.33% from 255 or 36.79% from 598); Blue value is 172 (67.58% from 255 or 28.76% from 598); Max value from RGB is 220 - color contains mainly: green. Hex color #CEDCAC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEDCAC is #312353. Grayscale: #D2D2D2. Windows color (decimal): -3220308 or 11328718. OLE color: 11328718.
HSL color Cylindrical-coordinate representation of color #CEDCAC: hue angle of 77.5º degrees, saturation: 0.41, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #CEDCAC is Cyan = 0.06, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 206 | 220 | 172 | - |
| CMYK | 0.06 | 0 | 0.22 | 0.14 |
| HSL | 77.5º | 0.41% | 0.77% | - |
| HSV(B) | 77.5º | 0.22% | 0.86% | - |
| XYZ | 58.49 | 67.29 | 48.93 | - |
| YUV | 210.34 | 106.36 | 124.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 220 | 172 | 0.06 | 0 | 0.22 | 0.14 | 77.5 | 0.41 | 0.77 |
| Hex | CE | DC | AC | 6 | 0 | 16 | E | 4E | 29 | 4D |
| Octal | 316 | 334 | 254 | 6 | 0 | 26 | 16 | 116 | 51 | 115 |
| Binary | 11001110 | 11011100 | 10101100 | 110 | 0 | 10110 | 1110 | 1001110 | 101001 | 1001101 |
Color Harmonies of #CEDCAC
Complementary color
Monochromatic Colors of #CEDCAC
Black with #CEDCAC
Text Example
Text Example
White with #CEDCAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEDCAC; }
p { color: rgb(206,220,172); }
H1.HeaderClassName
{
color: #CEDCAC;
}
.AnyTagClassName
{
color: #CEDCAC;
}
</style>
background-color css
<style>
a { background-color: #CEDCAC; }
a { background-color: rgb(206,220,172); }
div.DivClassName
{
background-color: #CEDCAC;
}
.BgClassName
{
background-color: #CEDCAC;
}
</style>
border-color css
<style>
span { border-color: #CEDCAC; }
span { border-color: rgb(206,220,172); }
td.TdClassName
{
border-color: #CEDCAC;
}
.TagClassName
{
border-color: #CEDCAC;
}
</style>