Shades of Orinoco #CEDAA8
Tints of Orinoco #CEDAA8
RGB
CMYK
RGB Variations
Color information
#CEDAA8 (or 0xCEDAA8) is known color: Orinoco. HEX triplet: CE, DA and A8. RGB value is (206,218,168). Sum of RGB (Red+Green+Blue) = 206+218+168=592 (78% of max value = 765). Red value is 206 (80.86% from 255 or 34.80% from 592); Green value is 218 (85.55% from 255 or 36.82% from 592); Blue value is 168 (66.02% from 255 or 28.38% from 592); Max value from RGB is 218 - color contains mainly: green. Hex color #CEDAA8 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEDAA8 is #312557. Grayscale: #D0D0D0. Windows color (decimal): -3220824 or 11066062. OLE color: 11066062.
HSL color Cylindrical-coordinate representation of color #CEDAA8: hue angle of 74.4º degrees, saturation: 0.4, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #CEDAA8 is Cyan = 0.06, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 206 | 218 | 168 | - |
| CMYK | 0.06 | 0 | 0.23 | 0.15 |
| HSL | 74.4º | 0.4% | 0.76% | - |
| HSV(B) | 74.4º | 0.23% | 0.85% | - |
| XYZ | 57.59 | 66.09 | 46.77 | - |
| YUV | 208.71 | 105.02 | 126.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 218 | 168 | 0.06 | 0 | 0.23 | 0.15 | 74.4 | 0.4 | 0.76 |
| Hex | CE | DA | A8 | 6 | 0 | 17 | F | 4A | 28 | 4C |
| Octal | 316 | 332 | 250 | 6 | 0 | 27 | 17 | 112 | 50 | 114 |
| Binary | 11001110 | 11011010 | 10101000 | 110 | 0 | 10111 | 1111 | 1001010 | 101000 | 1001100 |
Color Harmonies of #CEDAA8
Complementary color
Monochromatic Colors of #CEDAA8
Black with #CEDAA8
Text Example
Text Example
White with #CEDAA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEDAA8; }
p { color: rgb(206,218,168); }
H1.HeaderClassName
{
color: #CEDAA8;
}
.AnyTagClassName
{
color: #CEDAA8;
}
</style>
background-color css
<style>
a { background-color: #CEDAA8; }
a { background-color: rgb(206,218,168); }
div.DivClassName
{
background-color: #CEDAA8;
}
.BgClassName
{
background-color: #CEDAA8;
}
</style>
border-color css
<style>
span { border-color: #CEDAA8; }
span { border-color: rgb(206,218,168); }
td.TdClassName
{
border-color: #CEDAA8;
}
.TagClassName
{
border-color: #CEDAA8;
}
</style>