Shades of Bird Flower #CECF10
Tints of Bird Flower #CECF10
RGB
CMYK
RGB Variations
Color information
#CECF10 (or 0xCECF10) is known color: Bird Flower. HEX triplet: CE, CF and 10. RGB value is (206,207,16). Sum of RGB (Red+Green+Blue) = 206+207+16=429 (56% of max value = 765). Red value is 206 (80.86% from 255 or 48.02% from 429); Green value is 207 (81.25% from 255 or 48.25% from 429); Blue value is 16 (6.64% from 255 or 3.73% from 429); Max value from RGB is 207 - color contains mainly: green. Hex color #CECF10 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CECF10 is #3130EF. Grayscale: #B9B9B9. Windows color (decimal): -3223792 or 1101774. OLE color: 1101774.
HSL color Cylindrical-coordinate representation of color #CECF10: hue angle of 60.31º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CECF10 is Cyan = 0.00, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 207 | 16 | - |
| CMYK | 0.00 | 0 | 0.92 | 0.19 |
| HSL | 60.31º | 0.86% | 0.44% | - |
| HSV(B) | 60.31º | 0.92% | 0.81% | - |
| XYZ | 47.86 | 57.78 | 9.12 | - |
| YUV | 184.93 | 32.67 | 143.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 207 | 16 | 0.00 | 0 | 0.92 | 0.19 | 60.31 | 0.86 | 0.44 |
| Hex | CE | CF | 10 | 0 | 0 | 5C | 13 | 3C | 56 | 2C |
| Octal | 316 | 317 | 20 | 0 | 0 | 134 | 23 | 74 | 126 | 54 |
| Binary | 11001110 | 11001111 | 10000 | 0 | 0 | 1011100 | 10011 | 111100 | 1010110 | 101100 |
Color Harmonies of #CECF10
Complementary color
Monochromatic Colors of #CECF10
Black with #CECF10
Text Example
Text Example
White with #CECF10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CECF10; }
p { color: rgb(206,207,16); }
H1.HeaderClassName
{
color: #CECF10;
}
.AnyTagClassName
{
color: #CECF10;
}
</style>
background-color css
<style>
a { background-color: #CECF10; }
a { background-color: rgb(206,207,16); }
div.DivClassName
{
background-color: #CECF10;
}
.BgClassName
{
background-color: #CECF10;
}
</style>
border-color css
<style>
span { border-color: #CECF10; }
span { border-color: rgb(206,207,16); }
td.TdClassName
{
border-color: #CECF10;
}
.TagClassName
{
border-color: #CECF10;
}
</style>