Shades of Orinoco #CECFB8
Tints of Orinoco #CECFB8
RGB
CMYK
RGB Variations
Color information
#CECFB8 (or 0xCECFB8) is known color: Orinoco. HEX triplet: CE, CF and B8. RGB value is (206,207,184). Sum of RGB (Red+Green+Blue) = 206+207+184=597 (79% of max value = 765). Red value is 206 (80.86% from 255 or 34.51% from 597); Green value is 207 (81.25% from 255 or 34.67% from 597); Blue value is 184 (72.27% from 255 or 30.82% from 597); Max value from RGB is 207 - color contains mainly: green. Hex color #CECFB8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CECFB8 is #313047. Grayscale: #CCCCCC. Windows color (decimal): -3223624 or 12111822. OLE color: 12111822.
HSL color Cylindrical-coordinate representation of color #CECFB8: hue angle of 62.61º degrees, saturation: 0.19, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #CECFB8 is Cyan = 0.00, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 207 | 184 | - |
| CMYK | 0.00 | 0 | 0.11 | 0.19 |
| HSL | 62.61º | 0.19% | 0.77% | - |
| HSV(B) | 62.61º | 0.11% | 0.81% | - |
| XYZ | 56.42 | 61.21 | 54.19 | - |
| YUV | 204.08 | 116.67 | 129.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 207 | 184 | 0.00 | 0 | 0.11 | 0.19 | 62.61 | 0.19 | 0.77 |
| Hex | CE | CF | B8 | 0 | 0 | B | 13 | 3F | 13 | 4D |
| Octal | 316 | 317 | 270 | 0 | 0 | 13 | 23 | 77 | 23 | 115 |
| Binary | 11001110 | 11001111 | 10111000 | 0 | 0 | 1011 | 10011 | 111111 | 10011 | 1001101 |
Color Harmonies of #CECFB8
Complementary color
Monochromatic Colors of #CECFB8
Black with #CECFB8
Text Example
Text Example
White with #CECFB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CECFB8; }
p { color: rgb(206,207,184); }
H1.HeaderClassName
{
color: #CECFB8;
}
.AnyTagClassName
{
color: #CECFB8;
}
</style>
background-color css
<style>
a { background-color: #CECFB8; }
a { background-color: rgb(206,207,184); }
div.DivClassName
{
background-color: #CECFB8;
}
.BgClassName
{
background-color: #CECFB8;
}
</style>
border-color css
<style>
span { border-color: #CECFB8; }
span { border-color: rgb(206,207,184); }
td.TdClassName
{
border-color: #CECFB8;
}
.TagClassName
{
border-color: #CECFB8;
}
</style>