Shades of Confetti #CDD250
Tints of Confetti #CDD250
RGB
CMYK
RGB Variations
Color information
#CDD250 (or 0xCDD250) is known color: Confetti. HEX triplet: CD, D2 and 50. RGB value is (205,210,80). Sum of RGB (Red+Green+Blue) = 205+210+80=495 (65% of max value = 765). Red value is 205 (80.47% from 255 or 41.41% from 495); Green value is 210 (82.42% from 255 or 42.42% from 495); Blue value is 80 (31.64% from 255 or 16.16% from 495); Max value from RGB is 210 - color contains mainly: green. Hex color #CDD250 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDD250 is #322DAF. Grayscale: #C2C2C2. Windows color (decimal): -3288496 or 5296845. OLE color: 5296845.
HSL color Cylindrical-coordinate representation of color #CDD250: hue angle of 62.31º degrees, saturation: 0.59, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #CDD250 is Cyan = 0.02, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 205 | 210 | 80 | - |
| CMYK | 0.02 | 0 | 0.62 | 0.18 |
| HSL | 62.31º | 0.59% | 0.57% | - |
| HSV(B) | 62.31º | 0.62% | 0.82% | - |
| XYZ | 49.67 | 59.65 | 16.49 | - |
| YUV | 193.69 | 63.84 | 136.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 210 | 80 | 0.02 | 0 | 0.62 | 0.18 | 62.31 | 0.59 | 0.57 |
| Hex | CD | D2 | 50 | 2 | 0 | 3E | 12 | 3E | 3B | 39 |
| Octal | 315 | 322 | 120 | 2 | 0 | 76 | 22 | 76 | 73 | 71 |
| Binary | 11001101 | 11010010 | 1010000 | 10 | 0 | 111110 | 10010 | 111110 | 111011 | 111001 |
Color Harmonies of #CDD250
Complementary color
Monochromatic Colors of #CDD250
Black with #CDD250
Text Example
Text Example
White with #CDD250
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDD250; }
p { color: rgb(205,210,80); }
H1.HeaderClassName
{
color: #CDD250;
}
.AnyTagClassName
{
color: #CDD250;
}
</style>
background-color css
<style>
a { background-color: #CDD250; }
a { background-color: rgb(205,210,80); }
div.DivClassName
{
background-color: #CDD250;
}
.BgClassName
{
background-color: #CDD250;
}
</style>
border-color css
<style>
span { border-color: #CDD250; }
span { border-color: rgb(205,210,80); }
td.TdClassName
{
border-color: #CDD250;
}
.TagClassName
{
border-color: #CDD250;
}
</style>