Shades of Orinoco #CDCEAF
Tints of Orinoco #CDCEAF
RGB
CMYK
RGB Variations
Color information
#CDCEAF (or 0xCDCEAF) is known color: Orinoco. HEX triplet: CD, CE and AF. RGB value is (205,206,175). Sum of RGB (Red+Green+Blue) = 205+206+175=586 (77% of max value = 765). Red value is 205 (80.47% from 255 or 34.98% from 586); Green value is 206 (80.86% from 255 or 35.15% from 586); Blue value is 175 (68.75% from 255 or 29.86% from 586); Max value from RGB is 206 - color contains mainly: green. Hex color #CDCEAF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDCEAF is #323150. Grayscale: #CACACA. Windows color (decimal): -3289425 or 11521741. OLE color: 11521741.
HSL color Cylindrical-coordinate representation of color #CDCEAF: hue angle of 61.94º degrees, saturation: 0.24, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CDCEAF is Cyan = 0.00, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 205 | 206 | 175 | - |
| CMYK | 0.00 | 0 | 0.15 | 0.19 |
| HSL | 61.94º | 0.24% | 0.75% | - |
| HSV(B) | 61.94º | 0.15% | 0.81% | - |
| XYZ | 54.99 | 60.22 | 49.28 | - |
| YUV | 202.17 | 112.67 | 130.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 206 | 175 | 0.00 | 0 | 0.15 | 0.19 | 61.94 | 0.24 | 0.75 |
| Hex | CD | CE | AF | 0 | 0 | F | 13 | 3E | 18 | 4B |
| Octal | 315 | 316 | 257 | 0 | 0 | 17 | 23 | 76 | 30 | 113 |
| Binary | 11001101 | 11001110 | 10101111 | 0 | 0 | 1111 | 10011 | 111110 | 11000 | 1001011 |
Color Harmonies of #CDCEAF
Complementary color
Monochromatic Colors of #CDCEAF
Black with #CDCEAF
Text Example
Text Example
White with #CDCEAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDCEAF; }
p { color: rgb(205,206,175); }
H1.HeaderClassName
{
color: #CDCEAF;
}
.AnyTagClassName
{
color: #CDCEAF;
}
</style>
background-color css
<style>
a { background-color: #CDCEAF; }
a { background-color: rgb(205,206,175); }
div.DivClassName
{
background-color: #CDCEAF;
}
.BgClassName
{
background-color: #CDCEAF;
}
</style>
border-color css
<style>
span { border-color: #CDCEAF; }
span { border-color: rgb(205,206,175); }
td.TdClassName
{
border-color: #CDCEAF;
}
.TagClassName
{
border-color: #CDCEAF;
}
</style>