Shades of Orinoco #CED3A8
Tints of Orinoco #CED3A8
RGB
CMYK
RGB Variations
Color information
#CED3A8 (or 0xCED3A8) is known color: Orinoco. HEX triplet: CE, D3 and A8. RGB value is (206,211,168). Sum of RGB (Red+Green+Blue) = 206+211+168=585 (77% of max value = 765). Red value is 206 (80.86% from 255 or 35.21% from 585); Green value is 211 (82.81% from 255 or 36.07% from 585); Blue value is 168 (66.02% from 255 or 28.72% from 585); Max value from RGB is 211 - color contains mainly: green. Hex color #CED3A8 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CED3A8 is #312C57. Grayscale: #CCCCCC. Windows color (decimal): -3222616 or 11064270. OLE color: 11064270.
HSL color Cylindrical-coordinate representation of color #CED3A8: hue angle of 66.98º degrees, saturation: 0.33, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CED3A8 is Cyan = 0.02, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.17.
Color convert
RGB | 206 | 211 | 168 | - |
CMYK | 0.02 | 0 | 0.20 | 0.17 |
HSL | 66.98º | 0.33% | 0.74% | - |
HSV(B) | 66.98º | 0.2% | 0.83% | - |
XYZ | 55.82 | 62.54 | 46.17 | - |
YUV | 204.6 | 107.34 | 129 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 206 | 211 | 168 | 0.02 | 0 | 0.20 | 0.17 | 66.98 | 0.33 | 0.74 |
Hex | CE | D3 | A8 | 2 | 0 | 14 | 11 | 43 | 21 | 4A |
Octal | 316 | 323 | 250 | 2 | 0 | 24 | 21 | 103 | 41 | 112 |
Binary | 11001110 | 11010011 | 10101000 | 10 | 0 | 10100 | 10001 | 1000011 | 100001 | 1001010 |
Color Harmonies of #CED3A8
Complementary color
Monochromatic Colors of #CED3A8
Black with #CED3A8
Text Example
Text Example
White with #CED3A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CED3A8; }
p { color: rgb(206,211,168); }
H1.HeaderClassName
{
color: #CED3A8;
}
.AnyTagClassName
{
color: #CED3A8;
}
</style>
background-color css
<style>
a { background-color: #CED3A8; }
a { background-color: rgb(206,211,168); }
div.DivClassName
{
background-color: #CED3A8;
}
.BgClassName
{
background-color: #CED3A8;
}
</style>
border-color css
<style>
span { border-color: #CED3A8; }
span { border-color: rgb(206,211,168); }
td.TdClassName
{
border-color: #CED3A8;
}
.TagClassName
{
border-color: #CED3A8;
}
</style>