Shades of Reef #CEEDAC
Tints of Reef #CEEDAC
RGB
CMYK
RGB Variations
Color information
#CEEDAC (or 0xCEEDAC) is known color: Reef. HEX triplet: CE, ED and AC. RGB value is (206,237,172). Sum of RGB (Red+Green+Blue) = 206+237+172=615 (81% of max value = 765). Red value is 206 (80.86% from 255 or 33.50% from 615); Green value is 237 (92.97% from 255 or 38.54% from 615); Blue value is 172 (67.58% from 255 or 27.97% from 615); Max value from RGB is 237 - color contains mainly: green. Hex color #CEEDAC is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CEEDAC is #311253. Grayscale: #DCDCDC. Windows color (decimal): -3215956 or 11333070. OLE color: 11333070.
HSL color Cylindrical-coordinate representation of color #CEEDAC: hue angle of 88.62º degrees, saturation: 0.64, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #CEEDAC is Cyan = 0.13, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 206 | 237 | 172 | - |
| CMYK | 0.13 | 0 | 0.27 | 0.07 |
| HSL | 88.62º | 0.64% | 0.8% | - |
| HSV(B) | 88.62º | 0.27% | 0.93% | - |
| XYZ | 63.18 | 76.67 | 50.5 | - |
| YUV | 220.32 | 100.73 | 117.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 237 | 172 | 0.13 | 0 | 0.27 | 0.07 | 88.62 | 0.64 | 0.8 |
| Hex | CE | ED | AC | D | 0 | 1B | 7 | 59 | 40 | 50 |
| Octal | 316 | 355 | 254 | 15 | 0 | 33 | 7 | 131 | 100 | 120 |
| Binary | 11001110 | 11101101 | 10101100 | 1101 | 0 | 11011 | 111 | 1011001 | 1000000 | 1010000 |
Color Harmonies of #CEEDAC
Complementary color
Monochromatic Colors of #CEEDAC
Black with #CEEDAC
Text Example
Text Example
White with #CEEDAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEEDAC; }
p { color: rgb(206,237,172); }
H1.HeaderClassName
{
color: #CEEDAC;
}
.AnyTagClassName
{
color: #CEEDAC;
}
</style>
background-color css
<style>
a { background-color: #CEEDAC; }
a { background-color: rgb(206,237,172); }
div.DivClassName
{
background-color: #CEEDAC;
}
.BgClassName
{
background-color: #CEEDAC;
}
</style>
border-color css
<style>
span { border-color: #CEEDAC; }
span { border-color: rgb(206,237,172); }
td.TdClassName
{
border-color: #CEEDAC;
}
.TagClassName
{
border-color: #CEEDAC;
}
</style>