Shades of Orinoco #CFD4B3
Tints of Orinoco #CFD4B3
RGB
CMYK
RGB Variations
Color information
#CFD4B3 (or 0xCFD4B3) is known color: Orinoco. HEX triplet: CF, D4 and B3. RGB value is (207,212,179). Sum of RGB (Red+Green+Blue) = 207+212+179=598 (79% of max value = 765). Red value is 207 (81.25% from 255 or 34.62% from 598); Green value is 212 (83.20% from 255 or 35.45% from 598); Blue value is 179 (70.31% from 255 or 29.93% from 598); Max value from RGB is 212 - color contains mainly: green. Hex color #CFD4B3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFD4B3 is #302B4C. Grayscale: #CECECE. Windows color (decimal): -3156813 or 11785423. OLE color: 11785423.
HSL color Cylindrical-coordinate representation of color #CFD4B3: hue angle of 69.09º degrees, saturation: 0.28, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CFD4B3 is Cyan = 0.02, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 207 | 212 | 179 | - |
| CMYK | 0.02 | 0 | 0.16 | 0.17 |
| HSL | 69.09º | 0.28% | 0.77% | - |
| HSV(B) | 69.09º | 0.16% | 0.83% | - |
| XYZ | 57.41 | 63.61 | 51.9 | - |
| YUV | 206.74 | 112.34 | 128.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 212 | 179 | 0.02 | 0 | 0.16 | 0.17 | 69.09 | 0.28 | 0.77 |
| Hex | CF | D4 | B3 | 2 | 0 | 10 | 11 | 45 | 1C | 4D |
| Octal | 317 | 324 | 263 | 2 | 0 | 20 | 21 | 105 | 34 | 115 |
| Binary | 11001111 | 11010100 | 10110011 | 10 | 0 | 10000 | 10001 | 1000101 | 11100 | 1001101 |
Color Harmonies of #CFD4B3
Complementary color
Monochromatic Colors of #CFD4B3
Black with #CFD4B3
Text Example
Text Example
White with #CFD4B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFD4B3; }
p { color: rgb(207,212,179); }
H1.HeaderClassName
{
color: #CFD4B3;
}
.AnyTagClassName
{
color: #CFD4B3;
}
</style>
background-color css
<style>
a { background-color: #CFD4B3; }
a { background-color: rgb(207,212,179); }
div.DivClassName
{
background-color: #CFD4B3;
}
.BgClassName
{
background-color: #CFD4B3;
}
</style>
border-color css
<style>
span { border-color: #CFD4B3; }
span { border-color: rgb(207,212,179); }
td.TdClassName
{
border-color: #CFD4B3;
}
.TagClassName
{
border-color: #CFD4B3;
}
</style>