Shades of Bird Flower #CEDD08
Tints of Bird Flower #CEDD08
RGB
CMYK
RGB Variations
Color information
#CEDD08 (or 0xCEDD08) is known color: Bird Flower. HEX triplet: CE, DD and 08. RGB value is (206,221,8). Sum of RGB (Red+Green+Blue) = 206+221+8=435 (57% of max value = 765). Red value is 206 (80.86% from 255 or 47.36% from 435); Green value is 221 (86.72% from 255 or 50.80% from 435); Blue value is 8 (3.52% from 255 or 1.84% from 435); Max value from RGB is 221 - color contains mainly: green. Hex color #CEDD08 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CEDD08 is #3122F7. Grayscale: #C1C1C1. Windows color (decimal): -3220216 or 581070. OLE color: 581070.
HSL color Cylindrical-coordinate representation of color #CEDD08: hue angle of 64.23º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CEDD08 is Cyan = 0.07, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.13.
Color convert
RGB | 206 | 221 | 8 | - |
CMYK | 0.07 | 0 | 0.96 | 0.13 |
HSL | 64.23º | 0.93% | 0.45% | - |
HSV(B) | 64.23º | 0.96% | 0.87% | - |
XYZ | 51.35 | 64.85 | 10.04 | - |
YUV | 192.23 | 24.03 | 137.82 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 206 | 221 | 8 | 0.07 | 0 | 0.96 | 0.13 | 64.23 | 0.93 | 0.45 |
Hex | CE | DD | 8 | 7 | 0 | 60 | D | 40 | 5D | 2D |
Octal | 316 | 335 | 10 | 7 | 0 | 140 | 15 | 100 | 135 | 55 |
Binary | 11001110 | 11011101 | 1000 | 111 | 0 | 1100000 | 1101 | 1000000 | 1011101 | 101101 |
Color Harmonies of #CEDD08
Complementary color
Monochromatic Colors of #CEDD08
Black with #CEDD08
Text Example
Text Example
White with #CEDD08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEDD08; }
p { color: rgb(206,221,8); }
H1.HeaderClassName
{
color: #CEDD08;
}
.AnyTagClassName
{
color: #CEDD08;
}
</style>
background-color css
<style>
a { background-color: #CEDD08; }
a { background-color: rgb(206,221,8); }
div.DivClassName
{
background-color: #CEDD08;
}
.BgClassName
{
background-color: #CEDD08;
}
</style>
border-color css
<style>
span { border-color: #CEDD08; }
span { border-color: rgb(206,221,8); }
td.TdClassName
{
border-color: #CEDD08;
}
.TagClassName
{
border-color: #CEDD08;
}
</style>