Html Css Color HEX #CED350 Confetti

📋 copy color: '#CED350'

red 206 ◦ green 211 ◦ blue 80

#CED350
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Confetti #CED350

Tints of Confetti #CED350

RGB

 RED value IS 206 (80.86% from 255) = 41.45%

 GREEN value IS 211 (82.81% from 255) = 42.45%

 BLUE value IS 80 (31.64% from 255) = 16.1%

R = 41.45%
G = 42.45%
B = 16.1%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.62

 K value IS 0.17

RGB Variations

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

Color information

#CED350 (or 0xCED350) is known color: Confetti. HEX triplet: CE, D3 and 50. RGB value is (206,211,80). Sum of RGB (Red+Green+Blue) = 206+211+80=497 (65% of max value = 765). Red value is 206 (80.86% from 255 or 41.45% from 497); Green value is 211 (82.81% from 255 or 42.45% from 497); Blue value is 80 (31.64% from 255 or 16.10% from 497); Max value from RGB is 211 - color contains mainly: green. Hex color #CED350 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CED350 is #312CAF. Grayscale: #C3C3C3. Windows color (decimal): -3222704 or 5297102. OLE color: 5297102.

HSL color Cylindrical-coordinate representation of color #CED350: hue angle of 62.29º degrees, saturation: 0.6, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #CED350 is Cyan = 0.02, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.17.

Color convert

RGB 206 211 80 -
CMYK 0.02 0 0.62 0.17
HSL 62.29º 0.6% 0.57% -
HSV(B) 62.29º 0.62% 0.83% -
XYZ 50.2 60.29 16.58 -
YUV 194.57 63.34 136.15 -
System Red Green Blue C M Y K H S L
Decimal 206 211 80 0.02 0 0.62 0.17 62.29 0.6 0.57
Hex CE D3 50 2 0 3E 11 3E 3C 39
Octal 316 323 120 2 0 76 21 76 74 71
Binary 11001110 11010011 1010000 10 0 111110 10001 111110 111100 111001

Color Harmonies of #CED350

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CED350

Black with #CED350

Text Example


Text Example

White with #CED350

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CED350; }

 p { color: rgb(206,211,80); }

 H1.HeaderClassName
 {
   color: #CED350;
 }
 .AnyTagClassName
 {
   color: #CED350;
 }
</style>

background-color css

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

 a { background-color: rgb(206,211,80); }

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

border-color css

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

 span { border-color: rgb(206,211,80); }

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