Shades of Reef #CEEBAB
Tints of Reef #CEEBAB
RGB
CMYK
RGB Variations
Color information
#CEEBAB (or 0xCEEBAB) is known color: Reef. HEX triplet: CE, EB and AB. RGB value is (206,235,171). Sum of RGB (Red+Green+Blue) = 206+235+171=612 (81% of max value = 765). Red value is 206 (80.86% from 255 or 33.66% from 612); Green value is 235 (92.19% from 255 or 38.40% from 612); Blue value is 171 (67.19% from 255 or 27.94% from 612); Max value from RGB is 235 - color contains mainly: green. Hex color #CEEBAB is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CEEBAB is #311454. Grayscale: #DBDBDB. Windows color (decimal): -3216469 or 11267022. OLE color: 11267022.
HSL color Cylindrical-coordinate representation of color #CEEBAB: hue angle of 87.19º degrees, saturation: 0.62, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #CEEBAB is Cyan = 0.12, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 206 | 235 | 171 | - |
| CMYK | 0.12 | 0 | 0.27 | 0.08 |
| HSL | 87.19º | 0.62% | 0.8% | - |
| HSV(B) | 87.19º | 0.27% | 0.92% | - |
| XYZ | 62.51 | 75.48 | 49.8 | - |
| YUV | 219.03 | 100.89 | 118.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 235 | 171 | 0.12 | 0 | 0.27 | 0.08 | 87.19 | 0.62 | 0.8 |
| Hex | CE | EB | AB | C | 0 | 1B | 8 | 57 | 3E | 50 |
| Octal | 316 | 353 | 253 | 14 | 0 | 33 | 10 | 127 | 76 | 120 |
| Binary | 11001110 | 11101011 | 10101011 | 1100 | 0 | 11011 | 1000 | 1010111 | 111110 | 1010000 |
Color Harmonies of #CEEBAB
Complementary color
Monochromatic Colors of #CEEBAB
Black with #CEEBAB
Text Example
Text Example
White with #CEEBAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEEBAB; }
p { color: rgb(206,235,171); }
H1.HeaderClassName
{
color: #CEEBAB;
}
.AnyTagClassName
{
color: #CEEBAB;
}
</style>
background-color css
<style>
a { background-color: #CEEBAB; }
a { background-color: rgb(206,235,171); }
div.DivClassName
{
background-color: #CEEBAB;
}
.BgClassName
{
background-color: #CEEBAB;
}
</style>
border-color css
<style>
span { border-color: #CEEBAB; }
span { border-color: rgb(206,235,171); }
td.TdClassName
{
border-color: #CEEBAB;
}
.TagClassName
{
border-color: #CEEBAB;
}
</style>