Shades of Orinoco #CFDAAB
Tints of Orinoco #CFDAAB
RGB
CMYK
RGB Variations
Color information
#CFDAAB (or 0xCFDAAB) is known color: Orinoco. HEX triplet: CF, DA and AB. RGB value is (207,218,171). Sum of RGB (Red+Green+Blue) = 207+218+171=596 (78% of max value = 765). Red value is 207 (81.25% from 255 or 34.73% from 596); Green value is 218 (85.55% from 255 or 36.58% from 596); Blue value is 171 (67.19% from 255 or 28.69% from 596); Max value from RGB is 218 - color contains mainly: green. Hex color #CFDAAB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFDAAB is #302554. Grayscale: #D1D1D1. Windows color (decimal): -3155285 or 11262671. OLE color: 11262671.
HSL color Cylindrical-coordinate representation of color #CFDAAB: hue angle of 74.04º degrees, saturation: 0.39, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #CFDAAB is Cyan = 0.05, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 207 | 218 | 171 | - |
| CMYK | 0.05 | 0 | 0.22 | 0.15 |
| HSL | 74.04º | 0.39% | 0.76% | - |
| HSV(B) | 74.04º | 0.22% | 0.85% | - |
| XYZ | 58.15 | 66.35 | 48.27 | - |
| YUV | 209.35 | 106.36 | 126.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 218 | 171 | 0.05 | 0 | 0.22 | 0.15 | 74.04 | 0.39 | 0.76 |
| Hex | CF | DA | AB | 5 | 0 | 16 | F | 4A | 27 | 4C |
| Octal | 317 | 332 | 253 | 5 | 0 | 26 | 17 | 112 | 47 | 114 |
| Binary | 11001111 | 11011010 | 10101011 | 101 | 0 | 10110 | 1111 | 1001010 | 100111 | 1001100 |
Color Harmonies of #CFDAAB
Complementary color
Monochromatic Colors of #CFDAAB
Black with #CFDAAB
Text Example
Text Example
White with #CFDAAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFDAAB; }
p { color: rgb(207,218,171); }
H1.HeaderClassName
{
color: #CFDAAB;
}
.AnyTagClassName
{
color: #CFDAAB;
}
</style>
background-color css
<style>
a { background-color: #CFDAAB; }
a { background-color: rgb(207,218,171); }
div.DivClassName
{
background-color: #CFDAAB;
}
.BgClassName
{
background-color: #CFDAAB;
}
</style>
border-color css
<style>
span { border-color: #CFDAAB; }
span { border-color: rgb(207,218,171); }
td.TdClassName
{
border-color: #CFDAAB;
}
.TagClassName
{
border-color: #CFDAAB;
}
</style>