Shades of Orinoco #CEDAAC
Tints of Orinoco #CEDAAC
RGB
CMYK
RGB Variations
Color information
#CEDAAC (or 0xCEDAAC) is known color: Orinoco. HEX triplet: CE, DA and AC. RGB value is (206,218,172). Sum of RGB (Red+Green+Blue) = 206+218+172=596 (78% of max value = 765). Red value is 206 (80.86% from 255 or 34.56% from 596); Green value is 218 (85.55% from 255 or 36.58% from 596); Blue value is 172 (67.58% from 255 or 28.86% from 596); Max value from RGB is 218 - color contains mainly: green. Hex color #CEDAAC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEDAAC is #312553. Grayscale: #D1D1D1. Windows color (decimal): -3220820 or 11328206. OLE color: 11328206.
HSL color Cylindrical-coordinate representation of color #CEDAAC: hue angle of 75.65º degrees, saturation: 0.38, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #CEDAAC is Cyan = 0.06, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.15.
Color convert
RGB | 206 | 218 | 172 | - |
CMYK | 0.06 | 0 | 0.21 | 0.15 |
HSL | 75.65º | 0.38% | 0.76% | - |
HSV(B) | 75.65º | 0.21% | 0.85% | - |
XYZ | 57.97 | 66.24 | 48.76 | - |
YUV | 209.17 | 107.02 | 125.74 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 206 | 218 | 172 | 0.06 | 0 | 0.21 | 0.15 | 75.65 | 0.38 | 0.76 |
Hex | CE | DA | AC | 6 | 0 | 15 | F | 4C | 26 | 4C |
Octal | 316 | 332 | 254 | 6 | 0 | 25 | 17 | 114 | 46 | 114 |
Binary | 11001110 | 11011010 | 10101100 | 110 | 0 | 10101 | 1111 | 1001100 | 100110 | 1001100 |
Color Harmonies of #CEDAAC
Complementary color
Monochromatic Colors of #CEDAAC
Black with #CEDAAC
Text Example
Text Example
White with #CEDAAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEDAAC; }
p { color: rgb(206,218,172); }
H1.HeaderClassName
{
color: #CEDAAC;
}
.AnyTagClassName
{
color: #CEDAAC;
}
</style>
background-color css
<style>
a { background-color: #CEDAAC; }
a { background-color: rgb(206,218,172); }
div.DivClassName
{
background-color: #CEDAAC;
}
.BgClassName
{
background-color: #CEDAAC;
}
</style>
border-color css
<style>
span { border-color: #CEDAAC; }
span { border-color: rgb(206,218,172); }
td.TdClassName
{
border-color: #CEDAAC;
}
.TagClassName
{
border-color: #CEDAAC;
}
</style>