Shades of Orinoco #CEDAA3
Tints of Orinoco #CEDAA3
RGB
CMYK
RGB Variations
Color information
#CEDAA3 (or 0xCEDAA3) is known color: Orinoco. HEX triplet: CE, DA and A3. RGB value is (206,218,163). Sum of RGB (Red+Green+Blue) = 206+218+163=587 (77% of max value = 765). Red value is 206 (80.86% from 255 or 35.09% from 587); Green value is 218 (85.55% from 255 or 37.14% from 587); Blue value is 163 (64.06% from 255 or 27.77% from 587); Max value from RGB is 218 - color contains mainly: green. Hex color #CEDAA3 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEDAA3 is #31255C. Grayscale: #D0D0D0. Windows color (decimal): -3220829 or 10738382. OLE color: 10738382.
HSL color Cylindrical-coordinate representation of color #CEDAA3: hue angle of 73.09º degrees, saturation: 0.43, 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 #CEDAA3 is Cyan = 0.06, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.15.
Color convert
RGB | 206 | 218 | 163 | - |
CMYK | 0.06 | 0 | 0.25 | 0.15 |
HSL | 73.09º | 0.43% | 0.75% | - |
HSV(B) | 73.09º | 0.25% | 0.85% | - |
XYZ | 57.14 | 65.91 | 44.36 | - |
YUV | 208.14 | 102.52 | 126.47 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 206 | 218 | 163 | 0.06 | 0 | 0.25 | 0.15 | 73.09 | 0.43 | 0.75 |
Hex | CE | DA | A3 | 6 | 0 | 19 | F | 49 | 2B | 4B |
Octal | 316 | 332 | 243 | 6 | 0 | 31 | 17 | 111 | 53 | 113 |
Binary | 11001110 | 11011010 | 10100011 | 110 | 0 | 11001 | 1111 | 1001001 | 101011 | 1001011 |
Color Harmonies of #CEDAA3
Complementary color
Monochromatic Colors of #CEDAA3
Black with #CEDAA3
Text Example
Text Example
White with #CEDAA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEDAA3; }
p { color: rgb(206,218,163); }
H1.HeaderClassName
{
color: #CEDAA3;
}
.AnyTagClassName
{
color: #CEDAA3;
}
</style>
background-color css
<style>
a { background-color: #CEDAA3; }
a { background-color: rgb(206,218,163); }
div.DivClassName
{
background-color: #CEDAA3;
}
.BgClassName
{
background-color: #CEDAA3;
}
</style>
border-color css
<style>
span { border-color: #CEDAA3; }
span { border-color: rgb(206,218,163); }
td.TdClassName
{
border-color: #CEDAA3;
}
.TagClassName
{
border-color: #CEDAA3;
}
</style>