Shades of Orinoco #CECFB2
Tints of Orinoco #CECFB2
RGB
CMYK
RGB Variations
Color information
#CECFB2 (or 0xCECFB2) is known color: Orinoco. HEX triplet: CE, CF and B2. RGB value is (206,207,178). Sum of RGB (Red+Green+Blue) = 206+207+178=591 (78% of max value = 765). Red value is 206 (80.86% from 255 or 34.86% from 591); Green value is 207 (81.25% from 255 or 35.03% from 591); Blue value is 178 (69.92% from 255 or 30.12% from 591); Max value from RGB is 207 - color contains mainly: green. Hex color #CECFB2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CECFB2 is #31304D. Grayscale: #CBCBCB. Windows color (decimal): -3223630 or 11718606. OLE color: 11718606.
HSL color Cylindrical-coordinate representation of color #CECFB2: hue angle of 62.07º degrees, saturation: 0.23, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CECFB2 is Cyan = 0.00, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.19.
Color convert
RGB | 206 | 207 | 178 | - |
CMYK | 0.00 | 0 | 0.14 | 0.19 |
HSL | 62.07º | 0.23% | 0.75% | - |
HSV(B) | 62.07º | 0.14% | 0.81% | - |
XYZ | 55.8 | 60.96 | 50.95 | - |
YUV | 203.4 | 113.67 | 129.86 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 206 | 207 | 178 | 0.00 | 0 | 0.14 | 0.19 | 62.07 | 0.23 | 0.75 |
Hex | CE | CF | B2 | 0 | 0 | E | 13 | 3E | 17 | 4B |
Octal | 316 | 317 | 262 | 0 | 0 | 16 | 23 | 76 | 27 | 113 |
Binary | 11001110 | 11001111 | 10110010 | 0 | 0 | 1110 | 10011 | 111110 | 10111 | 1001011 |
Color Harmonies of #CECFB2
Complementary color
Monochromatic Colors of #CECFB2
Black with #CECFB2
Text Example
Text Example
White with #CECFB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CECFB2; }
p { color: rgb(206,207,178); }
H1.HeaderClassName
{
color: #CECFB2;
}
.AnyTagClassName
{
color: #CECFB2;
}
</style>
background-color css
<style>
a { background-color: #CECFB2; }
a { background-color: rgb(206,207,178); }
div.DivClassName
{
background-color: #CECFB2;
}
.BgClassName
{
background-color: #CECFB2;
}
</style>
border-color css
<style>
span { border-color: #CECFB2; }
span { border-color: rgb(206,207,178); }
td.TdClassName
{
border-color: #CECFB2;
}
.TagClassName
{
border-color: #CECFB2;
}
</style>