Shades of Orinoco #CEDAA4
Tints of Orinoco #CEDAA4
RGB
CMYK
RGB Variations
Color information
#CEDAA4 (or 0xCEDAA4) is known color: Orinoco. HEX triplet: CE, DA and A4. RGB value is (206,218,164). Sum of RGB (Red+Green+Blue) = 206+218+164=588 (77% of max value = 765). Red value is 206 (80.86% from 255 or 35.03% from 588); Green value is 218 (85.55% from 255 or 37.07% from 588); Blue value is 164 (64.45% from 255 or 27.89% from 588); Max value from RGB is 218 - color contains mainly: green. Hex color #CEDAA4 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEDAA4 is #31255B. Grayscale: #D0D0D0. Windows color (decimal): -3220828 or 10803918. OLE color: 10803918.
HSL color Cylindrical-coordinate representation of color #CEDAA4: hue angle of 73.33º degrees, saturation: 0.42, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #CEDAA4 is Cyan = 0.06, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 206 | 218 | 164 | - |
| CMYK | 0.06 | 0 | 0.25 | 0.15 |
| HSL | 73.33º | 0.42% | 0.75% | - |
| HSV(B) | 73.33º | 0.25% | 0.85% | - |
| XYZ | 57.23 | 65.94 | 44.83 | - |
| YUV | 208.26 | 103.02 | 126.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 218 | 164 | 0.06 | 0 | 0.25 | 0.15 | 73.33 | 0.42 | 0.75 |
| Hex | CE | DA | A4 | 6 | 0 | 19 | F | 49 | 2A | 4B |
| Octal | 316 | 332 | 244 | 6 | 0 | 31 | 17 | 111 | 52 | 113 |
| Binary | 11001110 | 11011010 | 10100100 | 110 | 0 | 11001 | 1111 | 1001001 | 101010 | 1001011 |
Color Harmonies of #CEDAA4
Complementary color
Monochromatic Colors of #CEDAA4
Black with #CEDAA4
Text Example
Text Example
White with #CEDAA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEDAA4; }
p { color: rgb(206,218,164); }
H1.HeaderClassName
{
color: #CEDAA4;
}
.AnyTagClassName
{
color: #CEDAA4;
}
</style>
background-color css
<style>
a { background-color: #CEDAA4; }
a { background-color: rgb(206,218,164); }
div.DivClassName
{
background-color: #CEDAA4;
}
.BgClassName
{
background-color: #CEDAA4;
}
</style>
border-color css
<style>
span { border-color: #CEDAA4; }
span { border-color: rgb(206,218,164); }
td.TdClassName
{
border-color: #CEDAA4;
}
.TagClassName
{
border-color: #CEDAA4;
}
</style>