Shades of Orinoco #CED0B5
Tints of Orinoco #CED0B5
RGB
CMYK
RGB Variations
Color information
#CED0B5 (or 0xCED0B5) is known color: Orinoco. HEX triplet: CE, D0 and B5. RGB value is (206,208,181). Sum of RGB (Red+Green+Blue) = 206+208+181=595 (78% of max value = 765). Red value is 206 (80.86% from 255 or 34.62% from 595); Green value is 208 (81.64% from 255 or 34.96% from 595); Blue value is 181 (71.09% from 255 or 30.42% from 595); Max value from RGB is 208 - color contains mainly: green. Hex color #CED0B5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CED0B5 is #312F4A. Grayscale: #CCCCCC. Windows color (decimal): -3223371 or 11915470. OLE color: 11915470.
HSL color Cylindrical-coordinate representation of color #CED0B5: hue angle of 64.44º degrees, saturation: 0.22, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #CED0B5 is Cyan = 0.01, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.18.
Color convert
RGB | 206 | 208 | 181 | - |
CMYK | 0.01 | 0 | 0.13 | 0.18 |
HSL | 64.44º | 0.22% | 0.76% | - |
HSV(B) | 64.44º | 0.13% | 0.82% | - |
XYZ | 56.35 | 61.57 | 52.63 | - |
YUV | 204.32 | 114.84 | 129.2 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 206 | 208 | 181 | 0.01 | 0 | 0.13 | 0.18 | 64.44 | 0.22 | 0.76 |
Hex | CE | D0 | B5 | 1 | 0 | D | 12 | 40 | 16 | 4C |
Octal | 316 | 320 | 265 | 1 | 0 | 15 | 22 | 100 | 26 | 114 |
Binary | 11001110 | 11010000 | 10110101 | 1 | 0 | 1101 | 10010 | 1000000 | 10110 | 1001100 |
Color Harmonies of #CED0B5
Complementary color
Monochromatic Colors of #CED0B5
Black with #CED0B5
Text Example
Text Example
White with #CED0B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CED0B5; }
p { color: rgb(206,208,181); }
H1.HeaderClassName
{
color: #CED0B5;
}
.AnyTagClassName
{
color: #CED0B5;
}
</style>
background-color css
<style>
a { background-color: #CED0B5; }
a { background-color: rgb(206,208,181); }
div.DivClassName
{
background-color: #CED0B5;
}
.BgClassName
{
background-color: #CED0B5;
}
</style>
border-color css
<style>
span { border-color: #CED0B5; }
span { border-color: rgb(206,208,181); }
td.TdClassName
{
border-color: #CED0B5;
}
.TagClassName
{
border-color: #CED0B5;
}
</style>