Shades of Orinoco #CED4A8
Tints of Orinoco #CED4A8
RGB
CMYK
RGB Variations
Color information
#CED4A8 (or 0xCED4A8) is known color: Orinoco. HEX triplet: CE, D4 and A8. RGB value is (206,212,168). Sum of RGB (Red+Green+Blue) = 206+212+168=586 (77% of max value = 765). Red value is 206 (80.86% from 255 or 35.15% from 586); Green value is 212 (83.20% from 255 or 36.18% from 586); Blue value is 168 (66.02% from 255 or 28.67% from 586); Max value from RGB is 212 - color contains mainly: green. Hex color #CED4A8 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CED4A8 is #312B57. Grayscale: #CDCDCD. Windows color (decimal): -3222360 or 11064526. OLE color: 11064526.
HSL color Cylindrical-coordinate representation of color #CED4A8: hue angle of 68.18º degrees, saturation: 0.34, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #CED4A8 is Cyan = 0.03, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 206 | 212 | 168 | - |
| CMYK | 0.03 | 0 | 0.21 | 0.17 |
| HSL | 68.18º | 0.34% | 0.75% | - |
| HSV(B) | 68.18º | 0.21% | 0.83% | - |
| XYZ | 56.06 | 63.04 | 46.26 | - |
| YUV | 205.19 | 107.01 | 128.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 212 | 168 | 0.03 | 0 | 0.21 | 0.17 | 68.18 | 0.34 | 0.75 |
| Hex | CE | D4 | A8 | 3 | 0 | 15 | 11 | 44 | 22 | 4B |
| Octal | 316 | 324 | 250 | 3 | 0 | 25 | 21 | 104 | 42 | 113 |
| Binary | 11001110 | 11010100 | 10101000 | 11 | 0 | 10101 | 10001 | 1000100 | 100010 | 1001011 |
Color Harmonies of #CED4A8
Complementary color
Monochromatic Colors of #CED4A8
Black with #CED4A8
Text Example
Text Example
White with #CED4A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CED4A8; }
p { color: rgb(206,212,168); }
H1.HeaderClassName
{
color: #CED4A8;
}
.AnyTagClassName
{
color: #CED4A8;
}
</style>
background-color css
<style>
a { background-color: #CED4A8; }
a { background-color: rgb(206,212,168); }
div.DivClassName
{
background-color: #CED4A8;
}
.BgClassName
{
background-color: #CED4A8;
}
</style>
border-color css
<style>
span { border-color: #CED4A8; }
span { border-color: rgb(206,212,168); }
td.TdClassName
{
border-color: #CED4A8;
}
.TagClassName
{
border-color: #CED4A8;
}
</style>