Shades of Las Palmas #CED846
Tints of Las Palmas #CED846
RGB
CMYK
RGB Variations
Color information
#CED846 (or 0xCED846) is known color: Las Palmas. HEX triplet: CE, D8 and 46. RGB value is (206,216,70). Sum of RGB (Red+Green+Blue) = 206+216+70=492 (65% of max value = 765). Red value is 206 (80.86% from 255 or 41.87% from 492); Green value is 216 (84.77% from 255 or 43.90% from 492); Blue value is 70 (27.73% from 255 or 14.23% from 492); Max value from RGB is 216 - color contains mainly: green. Hex color #CED846 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CED846 is #3127B9. Grayscale: #C4C4C4. Windows color (decimal): -3221434 or 4643022. OLE color: 4643022.
HSL color Cylindrical-coordinate representation of color #CED846: hue angle of 64.11º degrees, saturation: 0.65, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CED846 is Cyan = 0.05, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 206 | 216 | 70 | - |
| CMYK | 0.05 | 0 | 0.68 | 0.15 |
| HSL | 64.11º | 0.65% | 0.56% | - |
| HSV(B) | 64.11º | 0.68% | 0.85% | - |
| XYZ | 51.11 | 62.68 | 15.2 | - |
| YUV | 196.37 | 56.69 | 134.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 216 | 70 | 0.05 | 0 | 0.68 | 0.15 | 64.11 | 0.65 | 0.56 |
| Hex | CE | D8 | 46 | 5 | 0 | 44 | F | 40 | 41 | 38 |
| Octal | 316 | 330 | 106 | 5 | 0 | 104 | 17 | 100 | 101 | 70 |
| Binary | 11001110 | 11011000 | 1000110 | 101 | 0 | 1000100 | 1111 | 1000000 | 1000001 | 111000 |
Color Harmonies of #CED846
Complementary color
Monochromatic Colors of #CED846
Black with #CED846
Text Example
Text Example
White with #CED846
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CED846; }
p { color: rgb(206,216,70); }
H1.HeaderClassName
{
color: #CED846;
}
.AnyTagClassName
{
color: #CED846;
}
</style>
background-color css
<style>
a { background-color: #CED846; }
a { background-color: rgb(206,216,70); }
div.DivClassName
{
background-color: #CED846;
}
.BgClassName
{
background-color: #CED846;
}
</style>
border-color css
<style>
span { border-color: #CED846; }
span { border-color: rgb(206,216,70); }
td.TdClassName
{
border-color: #CED846;
}
.TagClassName
{
border-color: #CED846;
}
</style>