#CED152

Color #CED152 Confetti (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Confetti #CED152

Tints of Confetti #CED152

Color information

#CED152 (or 0xCED152) is unknown color: approx Confetti. HEX triplet: CE, D1 and 52. RGB value is (206,209,82). Sum of RGB (Red+Green+Blue) = 206+209+82=497 (65% of max value = 765). Red value is 206 (80.86% from 255 or 41.45% from 497); Green value is 209 (82.03% from 255 or 42.05% from 497); Blue value is 82 (32.42% from 255 or 16.50% from 497); Max value from RGB is 209 - color contains mainly: green. Hex color #CED152 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CED152 is #312EAD. Grayscale: #C2C2C2. Windows color (decimal): -3223214 or 5427662. OLE color: 5427662.

HSL color Cylindrical-coordinate representation of color #CED152: hue angle of 61.42º degrees, saturation: 0.58, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #CED152 is Cyan = 0.01, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.18.

Color convert

RGB20620982-
CMYK0.0100.610.18
HSL61.42º57.99%57.06%-
HSV(B)61.42º60.77%81.96%-
XYZ49.7859.3316.81-
YUV193.6265.01136.83-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 206 (80.86% from 255) = 41.45%
GREEN value IS 209 (82.03% from 255) = 42.05%
BLUE value IS 82 (32.42% from 255) = 16.50%
R=41.45%
G=42.05%
B=16.50%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal206209820.0100.610.1861.4257.9957.06
HexCED152103D123d3a39
Octal316321122107522757271
Binary110011101101000110100101011110110010111101111010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CED152

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CED152; }

 p { color: rgb(206,209,82); }

 H1.HeaderClassName
 {
   color: #CED152;
 }
 .AnyTagClassName
 {
   color: #CED152;
 }
</style>
background-color css

<style>
 a { background-color: #CED152; }

 a { background-color: rgb(206,209,82); }

 div.DivClassName
 {
   background-color: #CED152;
 }
 .BgClassName
 {
   background-color: #CED152;
 }
</style>
border-color css

<style>
 span { border-color: #CED152; }

 span { border-color: rgb(206,209,82); }

 td.TdClassName
 {
   border-color: #CED152;
 }
 .TagClassName
 {
   border-color: #CED152;
 }
</style>