Shades of Orinoco #CECFB4
Tints of Orinoco #CECFB4
RGB
CMYK
RGB Variations
Color information
#CECFB4 (or 0xCECFB4) is known color: Orinoco. HEX triplet: CE, CF and B4. RGB value is (206,207,180). Sum of RGB (Red+Green+Blue) = 206+207+180=593 (78% of max value = 765). Red value is 206 (80.86% from 255 or 34.74% from 593); Green value is 207 (81.25% from 255 or 34.91% from 593); Blue value is 180 (70.70% from 255 or 30.35% from 593); Max value from RGB is 207 - color contains mainly: green. Hex color #CECFB4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CECFB4 is #31304B. Grayscale: #CBCBCB. Windows color (decimal): -3223628 or 11849678. OLE color: 11849678.
HSL color Cylindrical-coordinate representation of color #CECFB4: hue angle of 62.22º degrees, saturation: 0.22, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #CECFB4 is Cyan = 0.00, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 207 | 180 | - |
| CMYK | 0.00 | 0 | 0.13 | 0.19 |
| HSL | 62.22º | 0.22% | 0.76% | - |
| HSV(B) | 62.22º | 0.13% | 0.81% | - |
| XYZ | 56 | 61.04 | 52.01 | - |
| YUV | 203.62 | 114.67 | 129.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 207 | 180 | 0.00 | 0 | 0.13 | 0.19 | 62.22 | 0.22 | 0.76 |
| Hex | CE | CF | B4 | 0 | 0 | D | 13 | 3E | 16 | 4C |
| Octal | 316 | 317 | 264 | 0 | 0 | 15 | 23 | 76 | 26 | 114 |
| Binary | 11001110 | 11001111 | 10110100 | 0 | 0 | 1101 | 10011 | 111110 | 10110 | 1001100 |
Color Harmonies of #CECFB4
Complementary color
Monochromatic Colors of #CECFB4
Black with #CECFB4
Text Example
Text Example
White with #CECFB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CECFB4; }
p { color: rgb(206,207,180); }
H1.HeaderClassName
{
color: #CECFB4;
}
.AnyTagClassName
{
color: #CECFB4;
}
</style>
background-color css
<style>
a { background-color: #CECFB4; }
a { background-color: rgb(206,207,180); }
div.DivClassName
{
background-color: #CECFB4;
}
.BgClassName
{
background-color: #CECFB4;
}
</style>
border-color css
<style>
span { border-color: #CECFB4; }
span { border-color: rgb(206,207,180); }
td.TdClassName
{
border-color: #CECFB4;
}
.TagClassName
{
border-color: #CECFB4;
}
</style>