Shades of Bird Flower #CEDD07
Tints of Bird Flower #CEDD07
RGB
CMYK
RGB Variations
Color information
#CEDD07 (or 0xCEDD07) is known color: Bird Flower. HEX triplet: CE, DD and 07. RGB value is (206,221,7). Sum of RGB (Red+Green+Blue) = 206+221+7=434 (57% of max value = 765). Red value is 206 (80.86% from 255 or 47.47% from 434); Green value is 221 (86.72% from 255 or 50.92% from 434); Blue value is 7 (3.12% from 255 or 1.61% from 434); Max value from RGB is 221 - color contains mainly: green. Hex color #CEDD07 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CEDD07 is #3122F8. Grayscale: #C0C0C0. Windows color (decimal): -3220217 or 515534. OLE color: 515534.
HSL color Cylindrical-coordinate representation of color #CEDD07: hue angle of 64.21º degrees, saturation: 0.94, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #CEDD07 is Cyan = 0.07, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 206 | 221 | 7 | - |
| CMYK | 0.07 | 0 | 0.97 | 0.13 |
| HSL | 64.21º | 0.94% | 0.45% | - |
| HSV(B) | 64.21º | 0.97% | 0.87% | - |
| XYZ | 51.35 | 64.85 | 10.01 | - |
| YUV | 192.12 | 23.53 | 137.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 221 | 7 | 0.07 | 0 | 0.97 | 0.13 | 64.21 | 0.94 | 0.45 |
| Hex | CE | DD | 7 | 7 | 0 | 61 | D | 40 | 5E | 2D |
| Octal | 316 | 335 | 7 | 7 | 0 | 141 | 15 | 100 | 136 | 55 |
| Binary | 11001110 | 11011101 | 111 | 111 | 0 | 1100001 | 1101 | 1000000 | 1011110 | 101101 |
Color Harmonies of #CEDD07
Complementary color
Monochromatic Colors of #CEDD07
Black with #CEDD07
Text Example
Text Example
White with #CEDD07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEDD07; }
p { color: rgb(206,221,7); }
H1.HeaderClassName
{
color: #CEDD07;
}
.AnyTagClassName
{
color: #CEDD07;
}
</style>
background-color css
<style>
a { background-color: #CEDD07; }
a { background-color: rgb(206,221,7); }
div.DivClassName
{
background-color: #CEDD07;
}
.BgClassName
{
background-color: #CEDD07;
}
</style>
border-color css
<style>
span { border-color: #CEDD07; }
span { border-color: rgb(206,221,7); }
td.TdClassName
{
border-color: #CEDD07;
}
.TagClassName
{
border-color: #CEDD07;
}
</style>