Shades of Orinoco #CED4A5
Tints of Orinoco #CED4A5
RGB
CMYK
RGB Variations
Color information
#CED4A5 (or 0xCED4A5) is known color: Orinoco. HEX triplet: CE, D4 and A5. RGB value is (206,212,165). Sum of RGB (Red+Green+Blue) = 206+212+165=583 (77% of max value = 765). Red value is 206 (80.86% from 255 or 35.33% from 583); Green value is 212 (83.20% from 255 or 36.36% from 583); Blue value is 165 (64.84% from 255 or 28.30% from 583); Max value from RGB is 212 - color contains mainly: green. Hex color #CED4A5 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CED4A5 is #312B5A. Grayscale: #CDCDCD. Windows color (decimal): -3222363 or 10867918. OLE color: 10867918.
HSL color Cylindrical-coordinate representation of color #CED4A5: hue angle of 67.66º degrees, saturation: 0.35, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #CED4A5 is Cyan = 0.03, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 206 | 212 | 165 | - |
| CMYK | 0.03 | 0 | 0.22 | 0.17 |
| HSL | 67.66º | 0.35% | 0.74% | - |
| HSV(B) | 67.66º | 0.22% | 0.83% | - |
| XYZ | 55.79 | 62.93 | 44.8 | - |
| YUV | 204.85 | 105.51 | 128.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 212 | 165 | 0.03 | 0 | 0.22 | 0.17 | 67.66 | 0.35 | 0.74 |
| Hex | CE | D4 | A5 | 3 | 0 | 16 | 11 | 44 | 23 | 4A |
| Octal | 316 | 324 | 245 | 3 | 0 | 26 | 21 | 104 | 43 | 112 |
| Binary | 11001110 | 11010100 | 10100101 | 11 | 0 | 10110 | 10001 | 1000100 | 100011 | 1001010 |
Color Harmonies of #CED4A5
Complementary color
Monochromatic Colors of #CED4A5
Black with #CED4A5
Text Example
Text Example
White with #CED4A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CED4A5; }
p { color: rgb(206,212,165); }
H1.HeaderClassName
{
color: #CED4A5;
}
.AnyTagClassName
{
color: #CED4A5;
}
</style>
background-color css
<style>
a { background-color: #CED4A5; }
a { background-color: rgb(206,212,165); }
div.DivClassName
{
background-color: #CED4A5;
}
.BgClassName
{
background-color: #CED4A5;
}
</style>
border-color css
<style>
span { border-color: #CED4A5; }
span { border-color: rgb(206,212,165); }
td.TdClassName
{
border-color: #CED4A5;
}
.TagClassName
{
border-color: #CED4A5;
}
</style>