Shades of Bird Flower #CED001
Tints of Bird Flower #CED001
RGB
CMYK
RGB Variations
Color information
#CED001 (or 0xCED001) is known color: Bird Flower. HEX triplet: CE, D0 and 01. RGB value is (206,208,1). Sum of RGB (Red+Green+Blue) = 206+208+1=415 (54% of max value = 765). Red value is 206 (80.86% from 255 or 49.64% from 415); Green value is 208 (81.64% from 255 or 50.12% from 415); Blue value is 1 (0.78% from 255 or 0.24% from 415); Max value from RGB is 208 - color contains mainly: green. Hex color #CED001 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CED001 is #312FFE. Grayscale: #B8B8B8. Windows color (decimal): -3223551 or 118990. OLE color: 118990.
HSL color Cylindrical-coordinate representation of color #CED001: hue angle of 60.58º degrees, saturation: 0.99, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CED001 is Cyan = 0.01, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 206 | 208 | 1 | - |
| CMYK | 0.01 | 0 | 1.00 | 0.18 |
| HSL | 60.58º | 0.99% | 0.41% | - |
| HSV(B) | 60.58º | 1% | 0.82% | - |
| XYZ | 48.01 | 58.24 | 8.74 | - |
| YUV | 183.8 | 24.84 | 143.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 208 | 1 | 0.01 | 0 | 1.00 | 0.18 | 60.58 | 0.99 | 0.41 |
| Hex | CE | D0 | 1 | 1 | 0 | 64 | 12 | 3D | 63 | 29 |
| Octal | 316 | 320 | 1 | 1 | 0 | 144 | 22 | 75 | 143 | 51 |
| Binary | 11001110 | 11010000 | 1 | 1 | 0 | 1100100 | 10010 | 111101 | 1100011 | 101001 |
Color Harmonies of #CED001
Complementary color
Monochromatic Colors of #CED001
Black with #CED001
Text Example
Text Example
White with #CED001
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CED001; }
p { color: rgb(206,208,1); }
H1.HeaderClassName
{
color: #CED001;
}
.AnyTagClassName
{
color: #CED001;
}
</style>
background-color css
<style>
a { background-color: #CED001; }
a { background-color: rgb(206,208,1); }
div.DivClassName
{
background-color: #CED001;
}
.BgClassName
{
background-color: #CED001;
}
</style>
border-color css
<style>
span { border-color: #CED001; }
span { border-color: rgb(206,208,1); }
td.TdClassName
{
border-color: #CED001;
}
.TagClassName
{
border-color: #CED001;
}
</style>