Shades of Orinoco #CECFAF
Tints of Orinoco #CECFAF
RGB
CMYK
RGB Variations
Color information
#CECFAF (or 0xCECFAF) is known color: Orinoco. HEX triplet: CE, CF and AF. RGB value is (206,207,175). Sum of RGB (Red+Green+Blue) = 206+207+175=588 (77% of max value = 765). Red value is 206 (80.86% from 255 or 35.03% from 588); Green value is 207 (81.25% from 255 or 35.20% from 588); Blue value is 175 (68.75% from 255 or 29.76% from 588); Max value from RGB is 207 - color contains mainly: green. Hex color #CECFAF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CECFAF is #313050. Grayscale: #CBCBCB. Windows color (decimal): -3223633 or 11521998. OLE color: 11521998.
HSL color Cylindrical-coordinate representation of color #CECFAF: hue angle of 61.88º degrees, saturation: 0.25, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CECFAF is Cyan = 0.00, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 207 | 175 | - |
| CMYK | 0.00 | 0 | 0.15 | 0.19 |
| HSL | 61.88º | 0.25% | 0.75% | - |
| HSV(B) | 61.88º | 0.15% | 0.81% | - |
| XYZ | 55.5 | 60.84 | 49.38 | - |
| YUV | 203.05 | 112.17 | 130.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 207 | 175 | 0.00 | 0 | 0.15 | 0.19 | 61.88 | 0.25 | 0.75 |
| Hex | CE | CF | AF | 0 | 0 | F | 13 | 3E | 19 | 4B |
| Octal | 316 | 317 | 257 | 0 | 0 | 17 | 23 | 76 | 31 | 113 |
| Binary | 11001110 | 11001111 | 10101111 | 0 | 0 | 1111 | 10011 | 111110 | 11001 | 1001011 |
Color Harmonies of #CECFAF
Complementary color
Monochromatic Colors of #CECFAF
Black with #CECFAF
Text Example
Text Example
White with #CECFAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CECFAF; }
p { color: rgb(206,207,175); }
H1.HeaderClassName
{
color: #CECFAF;
}
.AnyTagClassName
{
color: #CECFAF;
}
</style>
background-color css
<style>
a { background-color: #CECFAF; }
a { background-color: rgb(206,207,175); }
div.DivClassName
{
background-color: #CECFAF;
}
.BgClassName
{
background-color: #CECFAF;
}
</style>
border-color css
<style>
span { border-color: #CECFAF; }
span { border-color: rgb(206,207,175); }
td.TdClassName
{
border-color: #CECFAF;
}
.TagClassName
{
border-color: #CECFAF;
}
</style>